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 @@