This commit is contained in:
@@ -43,7 +43,7 @@ const FORM_KEY = "cust-customer-notes";
|
||||
export default {
|
||||
created() {
|
||||
this.customerId = parseInt(this.$route.params.customerid);
|
||||
//MIXED STATIC But with provided criteria FILTER
|
||||
//REQUIRED NON-OPTIONAL FILTER
|
||||
this.clientCriteria = this.customerId.toString();
|
||||
this.rights = window.$gz.role.getRights(window.$gz.type.CustomerNote);
|
||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||
|
||||
Reference in New Issue
Block a user