新会话调整

This commit is contained in:
dong 2023-05-22 16:43:49 +08:00
parent 0a2cdb3257
commit 1ee0cad514

View File

@ -177,6 +177,8 @@ export default {
this.id = 0;
this.privateChatId = '';
this.$store.dispatch('socket/resetConversationGroup');
this.groupList = [];
this.noIdChatList = [];
}
},
'$store.state.socket.conversationGroup.MESSAGE': function(val) {