From 163f46929eba935728db2669db314f376fd6b9b3 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 17 Dec 2025 14:32:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=90=88=E5=B9=B6=E5=88=B0=E6=9C=AC?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=90=8E=E4=BC=A0=E5=85=A5new=5Fwm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/inmIn.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 454b1132..8a5583e8 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -245,6 +245,7 @@ ref="scrapDialog" :type="type" :tag="tag" + :new_wm="new_wm" :wmItem="wmItem" :mgroupName="mgroup_name" :mgroupId="mgroupId" @@ -702,6 +703,7 @@ export default { handleAddWpr(row){ this.dialog.scrap = true; this.type = 50; + this.new_wm = row.id; let obj = {}; obj.wm = row.id; obj.batch = row.batch;