diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 1d5c997b..5b0fecbb 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -389,8 +389,7 @@ export default { offset: listOptions.Offset, limit: listOptions.Limit, dataListKey: that.dataListKey, - filterJson: that.dataListFilter, - sortJson: that.dataListSort + listView: "" }) .then(res => { //NOTE: This is how to call an async function and await it from sync code