|
@@ -1,6 +1,6 @@
|
|
|
import request from '@/router/axios';
|
|
|
|
|
|
-export const getList = (current, size, params, deptId) => {
|
|
|
+export const getList = (current, size, params) => {
|
|
|
return request({
|
|
|
url: '/api/blade-user/page',
|
|
|
method: 'get',
|
|
@@ -8,7 +8,7 @@ export const getList = (current, size, params, deptId) => {
|
|
|
...params,
|
|
|
current,
|
|
|
size,
|
|
|
- deptId,
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}
|