| src/api/dept/index.js | ●●●●● patch | view | raw | blame | history |
src/api/dept/index.js
@@ -253,6 +253,17 @@ }) } // 查询户室关联情况 export const getPersonConnectionConditionByBuildingId = (params) => { return request({ url: `/api/villagePersonInfo/villagePersonInfo/getPersonConnectionConditionByBuildingId`, method: 'get', params: { ...params } }) } // 户籍人口、重点人口信息 export const getVillagePersonInfo = (resBusId, buildId, status, current, realName, phone) => { return request({