diff --git a/src/components/community/RoomDecorationRecord.vue b/src/components/community/RoomDecorationRecord.vue index b3fca1d..fbd50a9 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 8c15087..03e3e1b 100644 --- a/src/views/community/listRoomRenovationRecordDetailsList.vue +++ b/src/views/community/listRoomRenovationRecordDetailsList.vue @@ -20,7 +20,7 @@