quanyawei
2024-04-02 dbaf5c39d2ecdf2fef0b4bdda7faca15da6bd2ad
fix: 臭氧预测接口修改
1 files modified
2 ■■■■■ changed files
src/views/O3/index.vue 2 ●●●●● patch | view | raw | blame | history
src/views/O3/index.vue
@@ -323,7 +323,6 @@
            }
            for (let i = 0; i < yuceList.length; i++) {
              this.o3DataYuce.push(Math.abs(yuceList[i].O3))
              timeArray.push(yuceList[i].time)
            }
            this.newLineChartData.series[0].data = this.o3DataYuce
            this.newLineChartData.series[1].data = this.o3DataShice
@@ -407,7 +406,6 @@
            }
            for (let i = 0; i < yuceList.length; i++) {
              this.o38hDataYuce.push(Math.abs(yuceList[i].O3))
              timeArray.push(yuceList[i].time)
            }
            this.newLineChartData2.series[0].data = this.o38hDataYuce
            this.newLineChartData2.series[1].data = this.o38hDataShice