保安服务单位许可和备案申请系统
zhongrj
2023-06-25 f2c421c6bfc8c46e3c00629b0ad4ea9afff65b43
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,
        // }
    })
}