fix:光子7车间页面关联刷新

This commit is contained in:
shijing 2025-03-17 13:33:13 +08:00
parent ad169f5311
commit 6a5a92f77d
1 changed files with 2 additions and 0 deletions

View File

@ -671,6 +671,7 @@ export default {
this.$message.success("撤回成功");
this.mtaskClick(this.currentMtask);
this.$refs.table_wm.refresh();
this.$refs.table_mtask.refresh();
this.mlogHandleLoading = false;
})
.catch((e) => {
@ -822,6 +823,7 @@ export default {
that.$message.success("操作成功");
that.mtaskClick(that.currentMtask);
that.$refs.table_wm.refresh();
that.$refs.table_mtask.refresh();
that.getMlogs();
that.mlogHandleLoading = false;
})