From b6a9069810ed41433837e04d35153337fb4c2b64 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 5 Aug 2025 11:26:37 +0800 Subject: [PATCH] 优化图片方大问题 --- src/components/system/viewImage.vue | 2 +- src/views/room/listPropertyRightRegistrationDetailList.vue | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/components/system/viewImage.vue b/src/components/system/viewImage.vue index 1e9a3a8..a30c365 100644 --- a/src/components/system/viewImage.vue +++ b/src/components/system/viewImage.vue @@ -3,7 +3,7 @@
diff --git a/src/views/room/listPropertyRightRegistrationDetailList.vue b/src/views/room/listPropertyRightRegistrationDetailList.vue index a1ae926..b97a04d 100644 --- a/src/views/room/listPropertyRightRegistrationDetailList.vue +++ b/src/views/room/listPropertyRightRegistrationDetailList.vue @@ -30,7 +30,7 @@ @@ -102,13 +101,11 @@ import { listPropertyRightRegistrationDetail } from '@/api/room/listPropertyRightRegistrationDetailApi' import { getCommunityId } from '@/api/community/communityApi' import EditPropertyRightRegistrationDetail from '@/components/room/editPropertyRightRegistrationDetail' -import ViewImage from '@/components/system/viewImage' export default { name: 'ListPropertyRightRegistrationDetail', components: { EditPropertyRightRegistrationDetail, - ViewImage }, data() { return { @@ -187,9 +184,6 @@ export default { _openEditPropertyRightRegistrationDetailModel(row) { this.$refs.editPropertyRightRegistrationDetail.open(row) }, - showImg(url) { - this.$refs.viewImage.open(url) - }, _goBack() { this.$router.go(-1) }, -- libgit2 0.21.4