This commit is contained in:
2020-02-17 20:02:49 +00:00
parent c8e396a057
commit d274a1c9df
3 changed files with 11 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ export default {
},
data() {
return {
currentDataFilterId: 1,
currentListViewId: 1,
dataListKey: "TestWidgetDataList",
dataListFilter: "",
dataListSort: ""
@@ -70,7 +70,7 @@ function clickHandler(menuItem) {
m.vm.$router.push({
name: "ay-data-list-view",
params: {
recordid: m.vm.currentDataFilterId,
recordid: m.vm.currentListViewId,
dataListKey: m.vm.dataListKey
}
});