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