Browse Source

桨距角分析页面,1.三个叶片角度 合计改为平均

sunzehao 4 months ago
parent
commit
a58b2f04dc
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/generatingCapacityComponent/table.vue

+ 5 - 1
src/components/generatingCapacityComponent/table.vue

@@ -185,7 +185,7 @@ export default {
             } else {
               this.getSunOrAvg(1, sums, index, values);
             }
-          } else if (this.fromTableId === "2" || this.fromTableId === "5") {
+          } else if (this.fromTableId === "2") {
             if (index !== 0) {
               this.getSunOrAvg(2, sums, index, values);
             }
@@ -201,6 +201,10 @@ export default {
             } else {
               this.getSunOrAvg(1, sums, index, values);
             }
+          } else if (this.fromTableId === "5") {
+            if (index !== 0) {
+              this.getSunOrAvg(1, sums, index, values);
+            }
           } else if (this.fromTableId === "6") {
             if (index === 3 || index === 9) {
               this.getSunOrAvg(1, sums, index, values);