fix:10车间日志提交更新
This commit is contained in:
parent
139c24c9bc
commit
da53ce0411
|
@ -760,6 +760,7 @@ export default {
|
||||||
this.$message.success("撤回成功");
|
this.$message.success("撤回成功");
|
||||||
this.mtaskClick(this.currentMtask);
|
this.mtaskClick(this.currentMtask);
|
||||||
this.$refs.table_wm.refresh();
|
this.$refs.table_wm.refresh();
|
||||||
|
this.$refs.table_mtask.refresh();
|
||||||
this.mlogHandleLoading = false;
|
this.mlogHandleLoading = false;
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
@ -883,6 +884,7 @@ export default {
|
||||||
.req(row.id)
|
.req(row.id)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.$message.success("操作成功");
|
this.$message.success("操作成功");
|
||||||
|
this.$refs.table_wm.refresh();
|
||||||
this.$refs.table_mtask.refresh();
|
this.$refs.table_mtask.refresh();
|
||||||
this.mtaskClick(this.currentMtask);
|
this.mtaskClick(this.currentMtask);
|
||||||
})
|
})
|
||||||
|
@ -945,6 +947,7 @@ export default {
|
||||||
this.$message.success("操作成功");
|
this.$message.success("操作成功");
|
||||||
this.mtaskClick(this.currentMtask);
|
this.mtaskClick(this.currentMtask);
|
||||||
this.$refs.table_wm.refresh();
|
this.$refs.table_wm.refresh();
|
||||||
|
this.$refs.table_mtask.refresh();
|
||||||
this.mlogHandleLoading = false;
|
this.mlogHandleLoading = false;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
Loading…
Reference in New Issue