上饶市警务平台后台管理前端
shuishen
2024-05-07 e14ef8c7d972710ff28edccd6a8e9ff4fcf1684b
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
  })
}