From 8551b35f24289fc90a443a7cf5064b968dd3ba17 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 28 Apr 2025 10:03:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=96=B0=E5=A2=9E=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=97=B6=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BF=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_form.vue | 8 ++++---- src/views/wpm_bx/mlogb_form.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/wpm_bx/mlog_form.vue b/src/views/wpm_bx/mlog_form.vue index 3e25d1c8..3340b72e 100644 --- a/src/views/wpm_bx/mlog_form.vue +++ b/src/views/wpm_bx/mlog_form.vue @@ -2,7 +2,7 @@ @@ -76,7 +76,7 @@ --> - + - {{ item.routepack_name }} @@ -205,6 +204,7 @@ :showName="form.handle_user_name" :apiObj="this.$API.system.user.list" :params="{ depts: dept }" + style="width: 100%;" > diff --git a/src/views/wpm_bx/mlogb_form.vue b/src/views/wpm_bx/mlogb_form.vue index 8d1f6aac..b780f9bf 100644 --- a/src/views/wpm_bx/mlogb_form.vue +++ b/src/views/wpm_bx/mlogb_form.vue @@ -446,7 +446,7 @@ export default { that.form.batch = ''; that.form.parent = ''; that.form.count_use = 0; - if(that.scanKyes!=='mat'&&that.bwItemForms.length>1){ + if(that.scanKyes!=='mat'&&that.bwItemForms.length>0){ //2 // async function callApis() { // for (const item of that.bwItemForms) {