From 8123e4cc753c1babac5ac6fb76d29a4ae7f62dfa Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 8 Oct 2021 09:45:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20panel=20=E9=A1=B5=E9=9D=A2=20select=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E6=97=B6=E9=81=AE=E7=BD=A9=E5=B1=82=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/panel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index cf1fcb989..b0157ac18 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -557,7 +557,7 @@ export default { } else { this.showPanel.id = '' this.filter.panelId = '' - this.isLoading = true + this.isLoading = false } this.pageObj.total = response.data.total if (!isInitData && (this.panel.id === '' || this.panel.id === this.showPanel.id)) {