From ec396fe684391d00dce2fbb0355a637698b52d2d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 28 Jan 2021 00:07:26 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 2 +- ayanova/src/views/inv-part-inventory-transactions.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 29a5026f..0e137b60 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -978,7 +978,7 @@ async function initForm(vm) { async function populateSelectionLists(vm) { //http://localhost:7575/api/v8/data-list-view/viewlist?ListKey=TestWidgetDataList let res = await window.$gz.api.get( - "data-list-view/viewlist?ListKey=" + vm.dataListKey + "data-list-filter/list?ListKey=" + vm.dataListKey ); if (res.error) { vm.formState.serverError = res.error; diff --git a/ayanova/src/views/inv-part-inventory-transactions.vue b/ayanova/src/views/inv-part-inventory-transactions.vue index d8d171a9..9b8e7b3f 100644 --- a/ayanova/src/views/inv-part-inventory-transactions.vue +++ b/ayanova/src/views/inv-part-inventory-transactions.vue @@ -51,7 +51,6 @@ export default { }); } vm.metaView = JSON.stringify(metaFilter); - } generateMenu(vm);