From 17c3c6e4526348a5dd5511e02f16420f97a09343 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 9 May 2025 09:23:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:bx=E4=BA=A4=E6=8E=A5=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E6=97=B6=E5=8F=AA=E6=98=BE=E7=A4=BA=E6=9C=80=E6=96=B0=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=9A=84=E7=BA=A0=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 9a56bfd4..5ce2aefb 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -750,7 +750,7 @@ export default { if(that.form.handoverb&&that.form.handoverb.length>0){ that.form.handoverb.push(obj); }else{ - that.form.handoverb = []; + // that.form.handoverb = []; that.form.handoverb.push(obj); } that.wm_in = ""; @@ -793,7 +793,7 @@ export default { if(that.form.handoverb&&that.form.handoverb.length>0){ that.form.handoverb.push(obj2); }else{ - that.form.handoverb = []; + // that.form.handoverb = []; that.form.handoverb.push(obj2); } that.wm_in = ""; @@ -856,7 +856,7 @@ export default { obj3.wpr = res[0].id; obj3.number = res[0].number; obj2.handoverbw.push(obj3); - that.form.handoverb = []; + // that.form.handoverb = []; that.form.handoverb.push(obj2); } })