From c1a41500809ef7078ccf64291d1755e9e74b8ef6 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 10 Jan 2025 15:50:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:mlogb=E5=8F=98=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 12 ++++++++++-- src/views/wpm_bx/mlogb_form.vue | 2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 6d629a6c..f2ad483a 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -348,7 +348,7 @@ ref="checkDialog" :material="materialOut" @success="handleCheckSuccess" - @closed="dialog.check = false" + @closed="checkDialogClose" > { return item.parent==null; }) + that.form.parent = that.mlogbInOptions[0].id; } }) }, @@ -208,6 +209,7 @@ export default { that.form.batch = ''; that.form.parent = ''; that.form.count_use = 0; + that.getParentList(); }).catch((err) => {}); }, //设置过滤项