吉安感知网项目-前端
罗广辉
2026-01-09 b2a8ee3a7c3628d7c8f6ee330630c18e58da92c3
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',