import api from '@/utils/api' export function getAll(params) { return api({ url: '/dataScopeDepartment/all', method: 'get', params }) }