guanqb
2023-01-16 ef7dffeb01cacc18fcc2d7df4f55ca3067221db7
src/api/dept/index.js
@@ -233,14 +233,16 @@
}
// 获取该责任区下的人员列表信息
export const getAreaPage = (current, size, areaId) => {
export const getAreaPage = (current, size, areaId,policeName,phone) => {
    return request({
        url: `/api/policeStationInfo/policeStationInfo/getAreaPage`,
        method: 'get',
        params: {
            current,
            size,
            areaId
            areaId,
            policeName,
            phone
        }
    })
}