From a065a57df76bccfeba8ea5001f692f4a88a7536e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Tue, 12 Jan 2021 20:53:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dpanel=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=A1=86=E6=B2=A1=E5=9B=9E=E6=98=BE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=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 | 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 8787adc15..12f6a461c 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -388,7 +388,7 @@ if(this.$refs.chartList){ this.$refs.chartList.initData(params); } - this.panelReloadOnlyPanel(); + //this.panelReloadOnlyPanel(); }, /*图表相关操作--end*/