created
先执行341行没有数据,async await
, $nextTick
, 定时器
都试过了,加载不出来。
我这些数据是传给echarts的。
接口:
// 获取数据
findList(name) {
this.$api.overview.findZone({
city: name || this.city || '安徽省',
}).then((data) => {
this.chartData = data;
});
},
created() {
console.log(this.chartData)
},
mounted(){
console.log(this.chartData)
},
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…