From f5d73eb46cf2afdc03b7e971da76e538eead9cba Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 4 Aug 2026 14:29:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E5=A4=96=E5=8D=8F?= =?UTF-8?q?=E5=B7=A5=E6=AE=B5=E6=97=A5=E5=BF=97=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=A4=96=E5=8D=8F=E5=8D=95=E4=BD=8D=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_form.vue | 5 +++-- src/views/wpm_bx/mlog_form2.vue | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/mlog_form.vue b/src/views/wpm_bx/mlog_form.vue index 17a41913..822a6c3d 100644 --- a/src/views/wpm_bx/mlog_form.vue +++ b/src/views/wpm_bx/mlog_form.vue @@ -22,7 +22,6 @@ + + + + + + + { + that.supplierOptions = res; + }); + }, gettestitem(){ let that = this; that.$API.qm.testitem.list.req({ process: that.process,type:20 }).then((res) => { @@ -401,6 +432,9 @@ export default { this.form.handle_user = userInfo.id; this.form.handle_user_name = userInfo.name; } + if(that.mgroupMtype == 20 ){ + that.getSupplier(); + } this.visible = true; return this; },