吉安感知网项目-前端
罗广辉
2026-06-23 9859152fdaebb4162e80e8a112705bf397f35e09
applications/drone-command/src/api/system/user.js
@@ -1,6 +1,6 @@
import request from '@/axios';
export const getList = (current, size,sysType,params, deptId) => {
export const getList = (current, size,params, deptId) => {
  return request({
    url: '/blade-system/user/page',
    method: 'get',
@@ -8,7 +8,6 @@
      ...params,
      current,
      size,
      sysType,
      deptId,
    },
  });