From e9475e3c828dd6d8db24274790ae68a386882574 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 21 Feb 2022 16:54:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20panelChart=E9=A1=B5=E9=9D=A2=20=E5=8E=BB?= =?UTF-8?q?=E9=99=A4setTimeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/PanelChart.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/charts/PanelChart.vue b/src/views/charts/PanelChart.vue index d4e75be2..71b6fced 100644 --- a/src/views/charts/PanelChart.vue +++ b/src/views/charts/PanelChart.vue @@ -344,9 +344,10 @@ export default { }, mounted () { this.showLoading(true) - setTimeout(() => { - this.getChartData() - }, 200) + this.getChartData() + // setTimeout(() => { + // this.getChartData() + // }, 200) }, setup (props) { const dateRangeValue = 60