This commit is contained in:
2021-02-04 23:04:56 +00:00
parent ca81e548d2
commit 809befbdb0

View File

@@ -536,8 +536,8 @@ export default {
async clearFilter() {
//Reset back to DEFAULT filter
setActiveFilter(this); //will not trigger refresh yet
//Call api method to clear this filter
//Call api method to clear this filter
let res = await window.$gz.api.remove(
`data-list-filter/${this.activeFilterId}`
);
@@ -548,7 +548,6 @@ export default {
await fetchSavedFilterList(this);
await this.getDataFromApi();
}
},
clearFilterIcon() {
if (this.serverFilter && this.serverFilter.length > 0) {