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) => {});
},
//设置过滤项