模具 编辑提交后筛选数据

This commit is contained in:
xielue 2023-09-20 23:25:32 +08:00
parent 8650fcaaec
commit 458ed1932e
1 changed files with 6 additions and 0 deletions

View File

@ -416,6 +416,8 @@ export default {
this.setPageReadonly(this.pageStatus == 'approved'); this.setPageReadonly(this.pageStatus == 'approved');
this.$forceUpdate(); this.$forceUpdate();
}); });
@ -836,6 +838,10 @@ export default {
if (!this.isEdit) { // if (!this.isEdit) { //
this.back(); this.back();
} }
else{
this.pageInit();
}
} else { } else {
this.$mk.error(a.msg || a.message); this.$mk.error(a.msg || a.message);