From 0761d9e95393d7f0301a49613c095db363d79e75 Mon Sep 17 00:00:00 2001 From: yupan <yupanx@163.com> Date: Thu, 27 Oct 2022 09:50:21 +0800 Subject: [PATCH] 1、新增站点数据页面 2、修改监测因子趋势显示bug 3、修改监测因子趋势和监测因子对比页面的时间控件 --- src/views/reportForm/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/reportForm/index.vue b/src/views/reportForm/index.vue index 4a62b65..844908d 100644 --- a/src/views/reportForm/index.vue +++ b/src/views/reportForm/index.vue @@ -355,7 +355,7 @@ endTime: key === 4 ? this.value1[1] : null } }).then((res) => { - // console.log(res) + console.log(res) if (res.code !== 0) { return } -- Gitblit v1.8.0