This commit is contained in:
parent
641e23ef85
commit
758c0b5a90
|
|
@ -353,8 +353,7 @@ export default {
|
||||||
|
|
||||||
|
|
||||||
this.setPageReadonly(this.pageStatus == 'approved');
|
this.setPageReadonly(this.pageStatus == 'approved');
|
||||||
|
|
||||||
this.detailsDataInit();
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -367,8 +366,7 @@ export default {
|
||||||
this.addModeItems.forEach(item => {
|
this.addModeItems.forEach(item => {
|
||||||
this.formOptions.items.push(item);
|
this.formOptions.items.push(item);
|
||||||
})
|
})
|
||||||
this.setPageReadonly(this.pageStatus == 'approved');
|
this.setPageReadonly(this.pageStatus == 'approved');
|
||||||
this.detailsDataInit();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue