src/api/dept/index.js
@@ -196,6 +196,17 @@ }) } // 派出所默认展示小区 export const getPoliceSationVillageInfo = (deptId) => { return request({ url: `/api/villageInfo/villageInfo/details`, method: 'get', params: { deptId } }) } // 户籍人口、重点人口信息 export const getVillagePersonStatisticInfoByBuildId = (buildId) => { return request({