From 0626b526418c5391a1747d35d1025fff18713696 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 10 Sep 2025 09:56:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=8F=AF=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 1 + 1 file changed, 1 insertion(+) 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;