From dee05d6ff96b3babb4bacc8ed77eab67fef9b270 Mon Sep 17 00:00:00 2001 From: minom Date: Wed, 15 Jul 2026 17:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BF=A1=E7=9C=BE=E8=B3=87?= =?UTF-8?q?=E6=96=99=E6=8F=9B=E9=A0=81=E7=95=B0=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/admin/follower/index.aspx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/admin/follower/index.aspx b/web/admin/follower/index.aspx index 8b44bad..b2ddad8 100644 --- a/web/admin/follower/index.aspx +++ b/web/admin/follower/index.aspx @@ -135,9 +135,10 @@ }, watch: { options: { - handler() { + handler() { + this.getList() if (this.isSearched) { - this.getList() + } else { this.data_table.loading = false;