This commit is contained in:
@@ -575,6 +575,7 @@ export default {
|
|||||||
Limit: 5,
|
Limit: 5,
|
||||||
Offset: 0
|
Offset: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
//calculate paging based on settings
|
//calculate paging based on settings
|
||||||
const { page, itemsPerPage } = vm.dataTablePagingOptions;
|
const { page, itemsPerPage } = vm.dataTablePagingOptions;
|
||||||
if (itemsPerPage && itemsPerPage > 0) {
|
if (itemsPerPage && itemsPerPage > 0) {
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ const FORM_KEY = "cust-customer-notes";
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
created() {
|
created() {
|
||||||
this.dataListKey = this.$route.params.dataListKey;
|
//this.dataListKey = this.$route.params.dataListKey;
|
||||||
this.customerId = this.$route.params.customerId;
|
this.customerId = this.$route.params.customerid;
|
||||||
this.rights = window.$gz.role.getRights(window.$gz.type.Customer);
|
this.rights = window.$gz.role.getRights(window.$gz.type.Customer);
|
||||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||||
generateMenu(this);
|
generateMenu(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user