吉安感知网项目-前端
shuishen
7 days ago 6e88705bd5b443a259b24c17c8a299765d059d96
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,
    },
  });