diff --git a/src/views/page/CO2.vue b/src/views/page/CO2.vue index a9bf5ec..68d42c1 100644 --- a/src/views/page/CO2.vue +++ b/src/views/page/CO2.vue @@ -162,9 +162,9 @@
室内温度大于 @@ -427,6 +427,7 @@ export default { this.getActive2(); this.startList.forEach((el, index) => { this.inputData[el + 8] = this.countData10(this.inputData[el + 8]); + this.inputData[el + 9] = this.countData(this.inputData[el + 9]); this.inputDataNew[el + 2] = this.getData1(this.inputData[el + 2]); }); }