fix:光子7车间页面关联刷新
This commit is contained in:
parent
ad169f5311
commit
6a5a92f77d
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue