保安服务单位许可和备案申请系统
zhongrj
2024-05-24 bd23969fb9ad1302a69c3e13fa3a02cc58a3307a
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,
        // }
    })
}