diff --git a/src/views/log/log.vue b/src/views/log/log.vue index 020ecf4..6e3a97d 100644 --- a/src/views/log/log.vue +++ b/src/views/log/log.vue @@ -299,6 +299,12 @@ //检索-重置 _clickReset() { this.searchObj = {}; + this.pageInfo = ref({ + total: 0, + limit: 10, + current: 1, + showRefresh: true + }); this._clickSearch(); } }