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; },