Explorar el Código

Merge branch 'wsy' of http://61.161.152.110:10101/r/electronic-map into sl

shilin hace 3 años
padre
commit
06d306116c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/windAnalysis/phdffx.vue

+ 2 - 2
src/views/windAnalysis/phdffx.vue

@@ -98,7 +98,7 @@ export default {
         subUrl: "benchmarking/wplist",
       });
       this.wpList = res.data.data;
-      this.wpId = res.data.data[0].id;
+      // this.wpId = res.data.data[0].id;
     },
     async getTurbines() {
       const res = await this.API.requestData({
@@ -341,7 +341,7 @@ export default {
               params.offsetX,
               params.offsetY,
             ])[0];
-            this.showDetail("1", this.line2XData[xIndex]/100);
+            this.showDetail("1", this.line2XData[xIndex] / 100);
           }
         });
         window.addEventListener("resize", this.resize);