From 1c5df35e9d51b1c2196c8dbba23695f2b74d0f45 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 13 Mar 2024 14:02:39 +0800
Subject: [PATCH] fix: 走航报告下载修改
---
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