From e581908312e9dfbe5e491ed7ba1033806f05a2d1 Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Tue, 13 Oct 2020 12:04:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5chart?= =?UTF-8?q?=E5=90=8Epanel=E5=88=97=E8=A1=A8=E6=9C=AA=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/panel.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 9c331b755..c7e7c0989 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -373,6 +373,7 @@ if(this.$refs.chartList){ this.$refs.chartList.initData(params); } + this.panelReloadOnlyPanel(); }, /*图表相关操作--end*/