SunZehao il y a 1 mois
Parent
commit
4f905eb817

+ 2 - 1
src/views/economicsOperation/weatherMachine/weatherMachine.vue

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