|
@@ -542,11 +542,13 @@ export default {
|
|
|
|
|
|
},
|
|
|
searchClick(){
|
|
|
+ this.page.currentPage = 1;
|
|
|
this.onLoad(this.page,this.query);
|
|
|
},
|
|
|
clearSearch(){
|
|
|
+ this.page.currentPage = 1;
|
|
|
this.query = {};
|
|
|
- this.onLoad(this.page,this.searchParams);
|
|
|
+ this.onLoad(this.page,this.query);
|
|
|
}
|
|
|
}
|
|
|
};
|