fix: panelChart页面 去除setTimeout

This commit is contained in:
@changcode
2022-02-21 16:54:13 +08:00
parent 39a0f03680
commit e9475e3c82

View File

@@ -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