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)) {