From 5cb89929c20f325ea2c05561fcf4f92c74094fea Mon Sep 17 00:00:00 2001 From: yupan <yupanx@163.com> Date: Thu, 27 Oct 2022 10:46:39 +0800 Subject: [PATCH] 1、新增监测站点数据页面 2、监测因子趋势页面修改显示bug 3、监测因子趋势和监测因子对比修改时间控件 --- src/views/surveyReport/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/surveyReport/index.vue b/src/views/surveyReport/index.vue index 4c48a58..761c4a2 100644 --- a/src/views/surveyReport/index.vue +++ b/src/views/surveyReport/index.vue @@ -830,11 +830,12 @@ this.showForm.problemType = obj.problemType this.showForm.measures = obj.measures this.showForm.numberTimes = obj.numberTimes - console.log(requestObj) + // console.log(requestObj) if (obj.images !== null) { const images = obj.images.split(',') images.forEach(image => { const url = `${requestObj.baseUrl}/static/img/` + image + // console.log(url, 'url') this.showForm.fileList.push({ url }) }) } else { -- Gitblit v1.8.0