From df438ecd2e03416f0454cf98a667d9e53a1b5dd8 Mon Sep 17 00:00:00 2001 From: guoshipeng <3194674006@qq.com> Date: Mon, 09 Jan 2023 13:19:18 +0800 Subject: [PATCH] 1.空气质量报告模板修改,2.走航监测报告模板修改,3.道路尘负荷页面03区间修改,4.尘负荷走航报告模板名字修改 --- 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