From df438ecd2e03416f0454cf98a667d9e53a1b5dd8 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Mon, 09 Jan 2023 13:19:18 +0800
Subject: [PATCH] 1.空气质量报告模板修改,2.走航监测报告模板修改,3.道路尘负荷页面03区间修改,4.尘负荷走航报告模板名字修改
---
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