gaoluyang
8 天以前 c58665039ce8b7c895ed4f1000ff4cf525a92085
src/api/system/user.js
@@ -39,3 +39,17 @@
    filePath: data.filePath
  })
}
// 查询用户列表
export function userListNoPage() {
  return request({
    url: '/system/user/userListNoPage',
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPageByTenantId() {
  return request({
    url: '/system/user/userListNoPageByTenantId',
    method: 'get'
  })
}