This commit is contained in:
xielue 2023-09-14 10:30:53 +08:00
parent 641e23ef85
commit 758c0b5a90
1 changed files with 2 additions and 4 deletions

View File

@ -353,8 +353,7 @@ export default {
this.setPageReadonly(this.pageStatus == 'approved');
this.detailsDataInit();
});
@ -367,8 +366,7 @@ export default {
this.addModeItems.forEach(item => {
this.formOptions.items.push(item);
})
this.setPageReadonly(this.pageStatus == 'approved');
this.detailsDataInit();
this.setPageReadonly(this.pageStatus == 'approved');
}
},