@@ -548,7 +548,7 @@ export default {
clearSearch(){
this.page.currentPage = 1;
this.query = {};
- this.onLoad(this.page,this.searchParams);
+ this.onLoad(this.page,this.query);
}
};