From 9dbb15ab3293f148612055f0637030a73c258760 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 8 Apr 2025 17:23:14 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scrapManage/Inventory/component/queryToolsApply.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sgzb-ui/src/views/scrapManage/Inventory/component/queryToolsApply.vue b/sgzb-ui/src/views/scrapManage/Inventory/component/queryToolsApply.vue index 98daf80e..4765b891 100644 --- a/sgzb-ui/src/views/scrapManage/Inventory/component/queryToolsApply.vue +++ b/sgzb-ui/src/views/scrapManage/Inventory/component/queryToolsApply.vue @@ -231,6 +231,11 @@ export default { (response) => { this.equipmentList = response.data.scrapApplyDetailsList this.maForm.bmFileInfos = response.data.fileList + if (this.maForm.bmFileInfos.length > 0) { + this.maForm.bmFileInfos.forEach((item) => { + item.url = process.env.VUE_APP_BASE_API + '/system' + item.url + }) + } this.loading = false }, )