上饶市警务平台后台管理前端
guanqb
2023-04-28 66a7abeb8d4fd7cc96204bd98e5bc472f6bbd1bb
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
  })
}