guanqb
2023-01-31 d8d2e21286850cef6bab05335c352d8dd378ad9a
src/api/home/index.js
@@ -106,12 +106,13 @@
}
// 现有地模块
export const getAreaStatisticInfo = (type) => {
export const getAreaStatisticInfo = (type, deptId) => {
    return request({
        url: `/api/policeStationInfo/policeStationInfo/getAreaStatisticInfo`,
        method: 'get',
        params: {
            type,
            deptId
        }
    })
}