linwei
2026-06-10 98091511a4fa958ae8d6c243fba27cc9f9bcb62d
src/api/dept/index.js
@@ -319,6 +319,17 @@
  })
}
// 楼栋人数统计
export const getBuildingPersonStatistic = (params) => {
  return request({
    url: `/api/villagePersonInfo/villagePersonInfo/getBuildingPersonStatistic`,
    method: 'get',
    params: {
      ...params
    }
  })
}
// 户籍人口、重点人口信息
export const getVillagePersonInfo = (resBusId, buildId, status, current, realName, phone) => {
  return request({