瀏覽代碼

问题修改

SunZehao 1 月之前
父節點
當前提交
4f905eb817
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/economicsOperation/weatherMachine/weatherMachine.vue

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