src/api/system/dept.js @@ -79,3 +79,11 @@ }) } export const getPoliceStationTree = (params) => { return request({ url: '/api/blade-system/dept/getPoliceStationTree', method: 'get', params: params }) }