From 5bbcdadbb201985f7bafcc60bd679d9e6f0e4229 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Mon, 12 Dec 2022 13:24:57 +0800 Subject: [PATCH] 1.浑南区走航车报告下载;2.菜单分配可以选择某个子菜单,但必须选择实时风场页面;3.空气质量报告模板更新; --- 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