import request from '@/router/axios'; export const getjurisdiction = (current, size, params) => { return request({ url: '/api/blade-system/dept/list', method: 'get', // params: { // ...params, // current, // size, // } }) }