This commit is contained in:
xielue 2023-10-07 18:17:00 +08:00
parent 8b2f2da7d5
commit d78ceef494
1 changed files with 2 additions and 2 deletions

View File

@ -667,7 +667,7 @@ export default {
if (a.code == 200) {
this.$mk.success("操作成功");
this.loadProductionOrder({ id: this.currentId });
this.loadProductionOrder({ id: this.currentId , resetProcesses: true });
} else {