This commit is contained in:
2020-06-20 00:29:47 +00:00
parent 85006be6c1
commit 7a99adfb4c
5 changed files with 9 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ export default {
async created() {
let vm = this;
try {
initForm(vm);
await initForm(vm);
vm.formState.readOnly = !vm.rights.change;
window.$gz.eventBus.$on("menu-click", clickHandler);