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 }, )