This commit is contained in:
2020-07-27 21:52:00 +00:00
parent 14bf31b841
commit d5964f8d14
2 changed files with 23 additions and 7 deletions

View File

@@ -422,6 +422,7 @@ export default {
vm.formState.loading = false;
} else {
vm.obj = res.data;
//modify the menu as necessary
generateMenu(vm);
@@ -430,7 +431,8 @@ export default {
vm: vm,
dirty: false,
valid: true,
loading: false
loading: false,
readOnly: res.data.eventType == 27 && res.data.deliveryMethod == 1 //default in-app notification is read only
});
}
} catch (error) {