智慧保安打卡签到系统
+
liuyg
2021-11-22 0ebbd4a9d22dce39369a6ef9973e751ccfdbdda7
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,
        // }
    })
}