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

@ -354,7 +354,6 @@ export default {
this.setPageReadonly(this.pageStatus == 'approved'); this.setPageReadonly(this.pageStatus == 'approved');
this.detailsDataInit();
}); });
@ -368,7 +367,6 @@ export default {
this.formOptions.items.push(item); this.formOptions.items.push(item);
}) })
this.setPageReadonly(this.pageStatus == 'approved'); this.setPageReadonly(this.pageStatus == 'approved');
this.detailsDataInit();
} }
}, },