guanqb
2023-02-03 07f02ccd840bdd85fcba37e4e774987e41e2df16
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({