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