From 936633659148e800a8d09322a9f1e646104010a7 Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Mon, 12 Dec 2022 14:14:57 +0800
Subject: [PATCH] 1、尘负荷走航路段报告
---
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