fix: panelChart页面 去除setTimeout
This commit is contained in:
@@ -344,9 +344,10 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.showLoading(true)
|
this.showLoading(true)
|
||||||
setTimeout(() => {
|
|
||||||
this.getChartData()
|
this.getChartData()
|
||||||
}, 200)
|
// setTimeout(() => {
|
||||||
|
// this.getChartData()
|
||||||
|
// }, 200)
|
||||||
},
|
},
|
||||||
setup (props) {
|
setup (props) {
|
||||||
const dateRangeValue = 60
|
const dateRangeValue = 60
|
||||||
|
|||||||
Reference in New Issue
Block a user