This commit is contained in:
@@ -31,8 +31,8 @@ const FORM_KEY = "cust-customer-notes";
|
||||
|
||||
export default {
|
||||
created() {
|
||||
this.dataListKey = this.$route.params.dataListKey;
|
||||
this.customerId = this.$route.params.customerId;
|
||||
//this.dataListKey = this.$route.params.dataListKey;
|
||||
this.customerId = this.$route.params.customerid;
|
||||
this.rights = window.$gz.role.getRights(window.$gz.type.Customer);
|
||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||
generateMenu(this);
|
||||
|
||||
Reference in New Issue
Block a user