From bf8c49235cefd51265ae9422aecc99afb58dfc24 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 6 Aug 2020 10:07:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E5=80=BC?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E7=BC=96=E8=BE=91=E6=A1=86=E5=A4=9A=E5=87=BA?= =?UTF-8?q?=E4=B8=80=E4=B8=AAmetric=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/chartBox.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index 6eaa44596..b233283f4 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -1145,7 +1145,6 @@ this.setIsAlertList(); } else if(n.type === 'singleStat'){ this.setIsSingleStat(); - this.resetElements(); } else { this.setIsOtherChart(); }