From 8f8e0446389e52e8b3e1eb84af8ea2f842f6a232 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 12 Feb 2020 19:14:22 +0000 Subject: [PATCH] --- ayanova/src/api/locale.js | 3 +- ayanova/src/components/gz-data-table.vue | 3 -- ayanova/src/views/ay-sort-filter.vue | 5 +- ayanova/src/views/test-widgets.vue | 61 +++++++++++++++++++++--- 4 files changed, 59 insertions(+), 13 deletions(-) diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index 0a3e7f6b..89ceb0d1 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -156,7 +156,8 @@ export default { "PageOfPageText", "Loading", "AM", - "PM" + "PM", + "DataListSortFilter" ], //////////////////////////////////////////////////////// diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index ac501e18..1d5c997b 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -375,9 +375,6 @@ export default { that.loading = true; - // var listUrl = - // that.apiBaseUrl + "?" + window.$gz.api.buildQuery(listOptions); - // { // "offset": 0, // "limit": 0, diff --git a/ayanova/src/views/ay-sort-filter.vue b/ayanova/src/views/ay-sort-filter.vue index fea562c4..8cd36cfb 100644 --- a/ayanova/src/views/ay-sort-filter.vue +++ b/ayanova/src/views/ay-sort-filter.vue @@ -22,6 +22,7 @@ {{ tempTemplate }} --> + key:{{ dataListKey }}, id: {{ recordid }} @@ -38,8 +39,6 @@ >{{ formState.errorBoxMessage }} - - @@ -112,6 +111,8 @@ export default { data() { return { obj: [], + recordid: this.$route.params.recordid, + dataListKey: this.$route.params.dataListKey, concurrencyToken: undefined, formCustomTemplateKey: this.$route.params.formCustomTemplateKey, pickLists: { diff --git a/ayanova/src/views/test-widgets.vue b/ayanova/src/views/test-widgets.vue index 7999d073..e490cd3e 100644 --- a/ayanova/src/views/test-widgets.vue +++ b/ayanova/src/views/test-widgets.vue @@ -1,8 +1,9 @@