From 1cfc4fea0ac568cd62730ec7c2182c4b932282b6 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 3 Nov 2025 18:59:26 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E4=BC=98=E5=8C=96=E8=A3=85=E4=BF=AE?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/community/RoomDecorationRecord.vue | 4 ++-- src/views/community/listRoomRenovationRecordDetailsList.vue | 2 +- src/views/resource/resourceAuditFlowList.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/community/RoomDecorationRecord.vue b/src/components/community/RoomDecorationRecord.vue index b3fca1d23..fbd50a946 100644 --- a/src/components/community/RoomDecorationRecord.vue +++ b/src/components/community/RoomDecorationRecord.vue @@ -21,7 +21,7 @@ :placeholder="$t('roomDecorationRecord.remarkPlaceholder')" :rows="3" /> - + @@ -94,7 +94,7 @@ export default { this.clearRoomDecorationRecordInfo() }, handleImageChange(photosUrl) { - this.roomDecorationRecordInfo.photos = photosUrl.map(item => item.fileId) + this.roomDecorationRecordInfo.photos = photosUrl }, handleVideoChange(videoInfo) { this.roomDecorationRecordInfo.videoName = videoInfo.realFileName diff --git a/src/views/community/listRoomRenovationRecordDetailsList.vue b/src/views/community/listRoomRenovationRecordDetailsList.vue index 8c1508777..03e3e1b43 100644 --- a/src/views/community/listRoomRenovationRecordDetailsList.vue +++ b/src/views/community/listRoomRenovationRecordDetailsList.vue @@ -20,7 +20,7 @@