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