From 4d6ff0db6f74efe899fda05bf0072ac4ff536474 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Dec 2021 16:19:53 +0800 Subject: [PATCH] BUG 25965 --- src/apps/AppBuilding/components/searchMap.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 90e8eef7..f2cb6fad 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -48,11 +48,11 @@
所属网格 - {{detailInfo.community.girdName || ''}} + {{ detailInfo.community.girdName || '' }}
网格管理员 - {{detailInfo.build.girdMemberNames || ''}} + {{ detailInfo.build.girdMemberNames || '' }}
楼栋长 @@ -85,11 +85,11 @@
所属网格 - +
网格管理员 - +
楼栋长 @@ -139,7 +139,7 @@ export default { this.getCenterLatLng().then(points => { this.getMarkerCluster(points) }) - document.title = '以房找人' + document.title = '以房找人' }, created() { this.$dict.load("communityBuildingType")