This commit is contained in:
parent
8b2f2da7d5
commit
d78ceef494
|
|
@ -667,8 +667,8 @@ export default {
|
|||
if (a.code == 200) {
|
||||
this.$mk.success("操作成功");
|
||||
|
||||
this.loadProductionOrder({ id: this.currentId });
|
||||
|
||||
this.loadProductionOrder({ id: this.currentId , resetProcesses: true });
|
||||
|
||||
} else {
|
||||
|
||||
this.$mk.error(a.msg || a.message);
|
||||
|
|
|
|||
Loading…
Reference in New Issue