diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 84f437c4..f457acb3 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -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;