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] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E6=96=B9?= =?UTF-8?q?=E5=A4=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/system/viewImage.vue | 2 +- ...istPropertyRightRegistrationDetailList.vue | 20 +++++++------------ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/components/system/viewImage.vue b/src/components/system/viewImage.vue index 1e9a3a896..a30c36516 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 a1ae92639..b97a04d73 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) },