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