From dc3c5a73caf5826c1c2dc5bc62a9b7c7e80ba7df Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 11 Jul 2025 22:36:45 +0800 Subject: [PATCH] 优化代码 --- src/components/owner/SearchOwner.vue | 97 ++++++++++++++++++++++++++++++++++++++----------------------------------------------------------- src/views/community/communitySpaceConfirmList.vue | 2 +- src/views/community/communitySpaceManageList.vue | 8 ++++---- src/views/community/reportCommunitySpaceList.vue | 13 +++++++------ src/views/dev/cacheList.vue | 2 +- src/views/fee/addOwnerInvoiceList.vue | 8 ++++---- src/views/owner/addOwnerCommitteeList.vue | 114 +++++++++++++++++++++++++++++++----------------------------------------------------------------------------------- src/views/owner/ownerCommitteeDetailList.vue | 5 +++-- 8 files changed, 89 insertions(+), 160 deletions(-) diff --git a/src/components/owner/SearchOwner.vue b/src/components/owner/SearchOwner.vue index 4654687..c519fbe 100644 --- a/src/components/owner/SearchOwner.vue +++ b/src/components/owner/SearchOwner.vue @@ -1,65 +1,44 @@ @@ -102,7 +81,7 @@ export default { roomName: this.searchOwnerInfo.roomName.trim(), ownerTypeCd: this.searchOwnerInfo.ownerTypeCd } - + const res = await queryOwners(params) this.searchOwnerInfo.owners = res.data this.page.total = res.records diff --git a/src/views/community/communitySpaceConfirmList.vue b/src/views/community/communitySpaceConfirmList.vue index f115e9e..763dad6 100644 --- a/src/views/community/communitySpaceConfirmList.vue +++ b/src/views/community/communitySpaceConfirmList.vue @@ -58,7 +58,7 @@ -
+
{{ $t('communitySpaceConfirm.searchCondition') }}
diff --git a/src/views/community/communitySpaceManageList.vue b/src/views/community/communitySpaceManageList.vue index e8fda67..20c0757 100644 --- a/src/views/community/communitySpaceManageList.vue +++ b/src/views/community/communitySpaceManageList.vue @@ -1,6 +1,6 @@