From ba6e8652191a272bb04bbb5146981c99fef06fb5 Mon Sep 17 00:00:00 2001 From: fyy <2717885210@qq.com> Date: Sat, 6 Sep 2025 15:39:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../greenPlantRentalManagement/productManagement/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue b/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue index 10e29afb..f8586ea6 100644 --- a/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue +++ b/apps/web-antd/src/views/property/greenPlantRentalManagement/productManagement/index.vue @@ -56,8 +56,9 @@ const gridOptions: VxeGridProps = { try { // 批量获取图片URL const imgUrls = await ossInfo(imgPaths); + const urlMap = new Map( - imgUrls.map((item) => [item.fileName, item.url]), + imgUrls.map((item) => [item.ossId, item.url]), ); // 将URL映射回数据行