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 } }) }