gaoluyang
10 天以前 69a5fcec5068f7f5d2e2cade4389651e73e26aef
src/api/system/user.js
@@ -46,3 +46,10 @@
    method: 'get'
  })
}
// 查询用户列表
export function userListNoPageByTenantId() {
  return request({
    url: '/system/user/userListNoPageByTenantId',
    method: 'get'
  })
}