gaoluyang
9 天以前 567fb186b00e8cb8cc90beb9e18c1b01b9c3f4ec
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'
  })
}