备注 :
  
                                 {{residentVolunteerObj?residentVolunteerObj.volunteerRemark?residentVolunteerObj.volunteerRemark:'--':'--'}} 
diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue
index cd1c357fa..7bfc7107b 100644
--- a/src/views/components/resiSearch.vue
+++ b/src/views/components/resiSearch.vue
@@ -742,7 +742,7 @@ export default {
       }
       console.log( agencyIdTemp);
       this.$http
-        .post('/actual/base/communityQuarters/listQuartersOptions', {
+        .post('/gov/org/icneighborhood/neighborhoodoption', {
           gridId: agencyIdTemp[1],
           agencyId: agencyIdTemp[0],
           // agencyId: user.agencyId
@@ -761,8 +761,8 @@ export default {
     },
     getBuildList() {
       this.$http
-        .post('/actual/base/communityBuilding/buildingoption', {
-          quartersId: this.form.villageId
+        .post('/gov/org/icbuilding/buildingoption', {
+          neighborHoodId: this.form.villageId
         })
         .then(({ data: res }) => {
           if (res.code !== 0) {
@@ -778,7 +778,7 @@ export default {
     },
     getUniList() {
       this.$http
-        .post('/actual/base/communityBuildingUnit/unitoption', {
+        .post('/gov/org/icbuildingunit/unitoption', {
           buildingId: this.form.buildId
         })
         .then(({ data: res }) => {
@@ -795,7 +795,7 @@ export default {
     },
     getHouseList() {
       this.$http
-        .post('/actual/base/communityHouse/houseoption', { unitId: this.form.unitId })
+        .post('/gov/org/ichouse/houseoption', { unitId: this.form.unitId })
         .then(({ data: res }) => {
           if (res.code !== 0) {
             return this.$message.error(res.msg)