| | |
| | | * @param {*} |
| | | * @returns |
| | | */ |
| | | export const getSchedulingList = (current,size,params) => { |
| | | export const getSchedulingList = (current, size, params) => { |
| | | return request({ |
| | | url: `/api/scheduling/scheduling/page`, |
| | | method: 'get', |
| | |
| | | * @param {*} |
| | | * @returns |
| | | */ |
| | | export const getSchedulingDeptList = (current,size,params) => { |
| | | export const getSchedulingDeptList = (current, size, params) => { |
| | | return request({ |
| | | url: `/api/scheduling/scheduling/getSchedulingDeptList`, |
| | | method: 'get', |
| | |
| | | }) |
| | | } |
| | | |
| | | // 现有地模块 |
| | | // 现有小区模块 |
| | | export const getAreaStatisticInfo = (type, deptId) => { |
| | | return request({ |
| | | url: `/api/policeStationInfo/policeStationInfo/getAreaStatisticInfo`, |
| | |
| | | }) |
| | | } |
| | | |
| | | // 获取现有地详情弹窗 |
| | | // 获取现有小区详情弹窗 |
| | | export const getLandDetail = (params) => { |
| | | return request({ |
| | | url: `/api/policeStationInfo/policeStationInfo/page`, |