diff --git a/pages/im/components/groupUserList.vue b/pages/im/components/groupUserList.vue index f3ac5b6..8dbfba9 100644 --- a/pages/im/components/groupUserList.vue +++ b/pages/im/components/groupUserList.vue @@ -98,6 +98,7 @@ getGroupUsers(this.targetId, this.count).then(res => { this.users = res }) + this.currentUser = {} }, hideAction(item) { this.actionShow = false