diff --git a/src/views/wpm/mlog_dept6_detail.vue b/src/views/wpm/mlog_dept6_detail.vue index 2ff85aea..9a7ab1f1 100644 --- a/src/views/wpm/mlog_dept6_detail.vue +++ b/src/views/wpm/mlog_dept6_detail.vue @@ -18,6 +18,7 @@ {{ currentMtask.count }} {{ currentMtask.start_date }} + {{ currentMtask.count_ok }} @@ -187,14 +188,14 @@ export default { mlog_submit(row) { this.$API.wpm.mlog.submit.req(row.id).then(res => { this.$message.success('操作成功') - this.$refs.mtaskMlogs.refresh() + this.getMtask(row.mtask) }).catch(err => { }) }, mlog_revert(row) { this.mlogHandleLoading = true; this.$API.wpm.mlog.revert.req(row.id).then(res => { this.$message.success("撤回成功"); - this.$refs.mtaskMlogs.refresh() + this.getMtask(row.mtask) this.mlogHandleLoading = false; }).catch(e => { this.mlogHandleLoading = false;