This commit is contained in:
2021-02-04 21:39:05 +00:00
parent a39aba9d11
commit c6270e66fa

View File

@@ -535,7 +535,9 @@ export default {
}, },
async clearFilter() { async clearFilter() {
//reset default filter and switch to it and trigger getdata //reset default filter and switch to it and trigger getdata
setActiveFilter(this); setActiveFilter(this);//will not trigger refresh yet
//here reset default filter to no filter
//here getdata
}, },
clearFilterIcon() { clearFilterIcon() {
if (this.serverFilter && this.serverFilter.length > 0) { if (this.serverFilter && this.serverFilter.length > 0) {