保安服务单位许可和备案申请系统
linwe
2024-07-09 4bd19a5df18f763c9b89c06b60ed42d11baede2a
1
2
3
4
5
6
7
8
9
10
11
12
13
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,
        // }
    })
}