This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
try {
|
||||
await initForm(vm);
|
||||
|
||||
vm.rights = window.$gz.role.getRights(window.$gz.type.Customer);
|
||||
vm.rights = window.$gz.role.getRights(window.$gz.type.CustomerNote);
|
||||
vm.formState.readOnly = !vm.rights.change;
|
||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||
this.customername = this.$route.params.customername;
|
||||
|
||||
Reference in New Issue
Block a user