applications/drone-command/src/api/system/user.js
@@ -13,6 +13,19 @@ }); }; export const getUserListApi = deptId => { return request({ url: '/blade-system/user/page', // url: '/blade-system/user/user-list', method: 'get', params: { current: 1, size: 999, deptId, }, }) } export const remove = ids => { return request({ url: '/blade-system/user/remove',