This commit is contained in:
2021-02-04 21:38:31 +00:00
parent fa12042dc0
commit a39aba9d11

View File

@@ -533,8 +533,9 @@ export default {
}
return clr;
},
clearFilter() {
async clearFilter() {
//reset default filter and switch to it and trigger getdata
setActiveFilter(this);
},
clearFilterIcon() {
if (this.serverFilter && this.serverFilter.length > 0) {