From dbaf5c39d2ecdf2fef0b4bdda7faca15da6bd2ad Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 02 Apr 2024 11:33:57 +0800 Subject: [PATCH] fix: 臭氧预测接口修改 --- src/views/O3/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/O3/index.vue b/src/views/O3/index.vue index 9d2f9d3..6a917b5 100644 --- a/src/views/O3/index.vue +++ b/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 -- Gitblit v1.8.0