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