1 changed files with
6 additions and
0 deletions
|
|
|
@ -299,6 +299,12 @@
|
|
|
|
//检索-重置
|
|
|
|
//检索-重置
|
|
|
|
_clickReset() {
|
|
|
|
_clickReset() {
|
|
|
|
this.searchObj = {};
|
|
|
|
this.searchObj = {};
|
|
|
|
|
|
|
|
this.pageInfo = ref({
|
|
|
|
|
|
|
|
total: 0,
|
|
|
|
|
|
|
|
limit: 10,
|
|
|
|
|
|
|
|
current: 1,
|
|
|
|
|
|
|
|
showRefresh: true
|
|
|
|
|
|
|
|
});
|
|
|
|
this._clickSearch();
|
|
|
|
this._clickSearch();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|