diff --git a/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue b/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue index 96c2479..c497c3f 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/Edit.vue @@ -416,6 +416,8 @@ export default { this.setPageReadonly(this.pageStatus == 'approved'); + + this.$forceUpdate(); }); @@ -836,6 +838,10 @@ export default { if (!this.isEdit) { // 如果是新增模式,关闭当前页面 this.back(); } + else{ + + this.pageInit(); + } } else { this.$mk.error(a.msg || a.message);