From c02eebb000f44d3c9d1ca187a8e984ce13d0cc33 Mon Sep 17 00:00:00 2001 From: leo <10200039@qq.com> Date: Sun, 23 Apr 2023 22:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E9=87=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/log/log.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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(); } }