From 21dd50daf45c2a94825a822c47e226f8958ded3c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 17 Feb 2020 23:02:27 +0000 Subject: [PATCH] --- ayanova/src/components/gz-data-table.vue | 13 +++++++------ ayanova/src/views/ay-data-list-view.vue | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 9bc54d3f..ee82e795 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -3,17 +3,14 @@ + > fa-filter @@ -295,6 +292,10 @@ export default { return { loading: true, dataTablePagingOptions: {}, + listViewId: 0, + pickLists: { + listViews: [] + }, headers: [], serverColumns: [], totalRecords: 0, @@ -366,7 +367,7 @@ export default { this.$router.push({ name: "ay-data-list-view", params: { - listViewId: this.currentListViewId, + listViewId: this.listViewId, dataListKey: this.dataListKey } }); diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue index 1e4bc2c8..762c685d 100644 --- a/ayanova/src/views/ay-data-list-view.vue +++ b/ayanova/src/views/ay-data-list-view.vue @@ -22,7 +22,7 @@ {{ tempTemplate }} --> - key:{{ dataListKey }}, id: {{ recordid }} + key:{{ dataListKey }}, id: {{ listViewId }} @@ -43,7 +43,7 @@