修改日志重置

master
leo 3 years ago
parent a10294f776
commit c02eebb000

@ -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();
} }
} }

Loading…
Cancel
Save