保安服务单位许可和备案申请系统
liuyg
2022-02-17 fa2872c51e7a8f6ff9ebb52cdf0fcb188610b3da
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,
        // }
    })
}