From e4bdde0126e1d922456c270626bac312df27912f Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Thu, 05 Jan 2023 16:24:29 +0800
Subject: [PATCH] 风场时间段选择,空气质量报告模板修改

---
 src/views/contrast/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/contrast/index.vue b/src/views/contrast/index.vue
index 85a3e86..731ae64 100644
--- a/src/views/contrast/index.vue
+++ b/src/views/contrast/index.vue
@@ -289,7 +289,6 @@
       })
         .then((res) => {
           // console.log('������������������������������')
-          console.log(res, 111)
           const data = res.data
           for (let i = 0; i < data.length; i++) {
             data[i].name = this.$options.filters.sensorFilter(
@@ -303,7 +302,6 @@
              newLineChartData.series.push({ data: [], name: '', type: 'line' })
             newLineChartData.series[i].name = data[i].name
             newLineChartData.title.push(data[i].name);
-            console.log(newLineChartData.series[i].name);
             for (var j = 0; j < data[i].timeValueList.length; j++) {
              newLineChartData.series[i].data.push(data[i].timeValueList[j].value)
             }

--
Gitblit v1.8.0