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) },