hsy
16 小时以前 2d3530a7c11557a40807ad7c0b9e302ce6ce3a9f
src/api/system/user.js
@@ -135,10 +135,11 @@
  })
}
// 查询用户列表
export function userListNoPageByTenantId() {
export function userListNoPageByTenantId(params) {
  return request({
    url: '/system/user/userListNoPageByTenantId',
    method: 'get'
    method: 'get',
    params
  })
}