From 4f7096a9c48384091c2c0433eec5d2478c804da8 Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 18 Feb 2022 17:51:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E5=A5=BD=E5=8F=8B=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A4=84=E7=90=86=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/im/components/groupUserList.vue | 1 + 1 file changed, 1 insertion(+) 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