lining 3 年 前
コミット
05e3c6712c

ファイルの差分が大きいため隠しています
+ 274 - 916
src/views/Home/components/map/svg-map-nx.vue


+ 1 - 1
src/views/NewPages/power-benchmarking.vue

@@ -1129,7 +1129,7 @@ export default {
           foreigntype: "风电",
         })
         .then((res) => {
-          if (res.code == 200) this.calculate(res.data);
+          if (res.code == 200 && res.data.length > 0) this.calculate(res.data);
         });
 
       // let that = this;