From c740e56f0add249613600df5636e3351b0b38811 Mon Sep 17 00:00:00 2001 From: yupan <yupanx@163.com> Date: Thu, 27 Oct 2022 10:33:40 +0800 Subject: [PATCH] 1、新增监测站点数据页面 2、监测因子趋势页面修改显示bug 3、监测因子趋势和监测因子对比修改时间控件 --- src/components/Echarts/LineChart.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/Echarts/LineChart.vue b/src/components/Echarts/LineChart.vue index 2e9b0df..bf3d6ca 100644 --- a/src/components/Echarts/LineChart.vue +++ b/src/components/Echarts/LineChart.vue @@ -88,6 +88,7 @@ } // console.log('���������������������') + console.log(val) this.chart.setOption( { -- Gitblit v1.8.0