diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index cd642b9d..931df1af 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -3,7 +3,7 @@
@@ -1048,6 +1048,11 @@ export default { }); }) }, + closedPage(){ + let that = this; + that.visible = false; + that.$emit('closed',that.isSubmit); + }, }, }; diff --git a/src/views/wpm_bx/mlogs.vue b/src/views/wpm_bx/mlogs.vue index 5e6bfae5..437147eb 100644 --- a/src/views/wpm_bx/mlogs.vue +++ b/src/views/wpm_bx/mlogs.vue @@ -374,9 +374,11 @@ export default { } } }, - detailClose() { + detailClose(data) { this.dialog.detail = false; - this.$refs.table.refresh(); + if(data){}else{ + this.$refs.table.refresh(); + } }, table_monitor(row){ let that= this;