模具 编辑提交后筛选数据
This commit is contained in:
parent
8650fcaaec
commit
458ed1932e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue