| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-11-30 15:18:29 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-03 11:50:17 |
| | | * @LastEditTime: 2023-02-10 10:22:04 |
| | | * @FilePath: \srs-police-affairs\src\api\dept\index.js |
| | | * @Description: |
| | | * |
| | |
| | | }) |
| | | } |
| | | |
| | | // 获取该责任区下的人员列表信息 |
| | | // 获取现有房屋 |
| | | export const getHouseStatisticInfo = (deptId, isFollow) => { |
| | | return request({ |
| | | url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`, |
| | | method: 'get', |
| | | params: { |
| | | deptId, |
| | | isFollow |
| | | } |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * @description: 原来获取户籍人口下责任区-人口信息,已作废 |
| | | * @param {*} current |
| | | * @param {*} areaId |
| | | * @param {*} policeName |
| | | * @param {*} phone |
| | | * @param {*} size |
| | | * @return {*} |
| | | */ |
| | | export const getAreaPage = (current, areaId, policeName, phone, size) => { |
| | | return request({ |
| | | url: `/api/policeStationInfo/policeStationInfo/getAreaPage`, |
| | |
| | | size |
| | | } |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 获取现有房屋 |
| | | export const getHouseStatisticInfo = (deptId, isFollow) => { |
| | | return request({ |
| | | url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`, |
| | | method: 'get', |
| | | params: { |
| | | deptId, |
| | | isFollow |
| | | } |
| | | }) |
| | | } |
| | | } |