@@ -131,7 +131,6 @@
};
},
created() {
- this.changeData(dataJson)
this.funGetStation();
this.year = dayjs().format("YYYY")
@@ -173,6 +172,8 @@
}
apiGetweatherMachine(params).then(res => {
that.changeData(res)
+ }).catch(e =>{
+ this.changeData(dataJson)
})
changeData(res) {