fix:交接记录可多选

This commit is contained in:
shijing 2025-09-10 09:56:06 +08:00
parent 718660faaf
commit 0626b52641
1 changed files with 1 additions and 0 deletions

View File

@ -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;