diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue
index 1c7dc1de..da7ef2a8 100644
--- a/src/apps/AppBuilding/components/searchMap.vue
+++ b/src/apps/AppBuilding/components/searchMap.vue
@@ -26,7 +26,7 @@
       
 楼栋
列表
     
     
     
@@ -48,11 +48,11 @@
         
         
           所属网格
-          {{ detailInfo.community.girdName || '' }}
+          {{ detailInfo.gird.girdName || '' }}
         
         
           网格管理员
-          {{ detailInfo.build.girdMemberNames || '' }}
+          {{ detailInfo.gird.girdMemberNames || '' }}
         
         
           楼栋长
@@ -112,7 +112,6 @@ export default {
   data() {
     return {
       latLngCenter: {},
-      areaId: '',
       ops: {},
       lib: null,
       map: null,
@@ -135,7 +134,6 @@ export default {
   },
   computed: {...mapState(['user'])},
   mounted() {
-    this.areaId = this.user.areaId
     this.getCenterLatLng().then(points => {
       this.getMarkerCluster(points)
     })