From b1e46f1bf338dda901748998a6f236292746a5c1 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Dec 2025 09:07:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=B7=E6=89=B9=E5=8A=A0=E6=96=99?= =?UTF-8?q?=E6=97=B6=E4=BC=A0=E5=85=A5mtype?= 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, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 8a5583e8..b6e305be 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -713,7 +713,7 @@ export default { obj.material_name = row.material_name; this.wmItem = obj; this.$nextTick(() => { - this.$refs.scrapDialog.open("add"); + this.$refs.scrapDialog.open("add",'',30); }); }, handleWprSuccess(row){},