fix:交接记录可多选
This commit is contained in:
parent
718660faaf
commit
0626b52641
|
@ -528,6 +528,7 @@ export default {
|
|||
that.totalCount = 0;
|
||||
that.selectObjs.forEach(item=>{
|
||||
if(that.handoverbIds.indexOf(item.id)==-1){
|
||||
that.handoverbIds.push(item.id);
|
||||
let obj = {};
|
||||
obj.wm = item.id;
|
||||
obj.state = item.state;
|
||||
|
|
Loading…
Reference in New Issue