From 763748f2ae1548371b47cd43f9bc75eb0a3d63fc Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 23 Dec 2022 16:27:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9asset=20endpoint?= =?UTF-8?q?=20=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=20=E8=BF=94=E5=9B=9Elis?= =?UTF-8?q?t=E4=B8=BA=E7=A9=BA=E6=97=B6=20loading=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/panelTabNew.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue index 46fe0f3d5..de9477fd9 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTabNew.vue @@ -617,8 +617,11 @@ export default { this.showPanel = this.$loadsh.cloneDeep(this.panelData[0]) this.variables = this.$loadsh.get(this.panelData, '[0].param.variables') this.getData(this.filter) + }else { + this.chartListLoading = false } } else { + this.chartListLoading = false if (response.msg) { console.error(response.msg) this.$message.error(response.msg)