From c4028ee8c653703460ea08d88b9bd5110c469740 Mon Sep 17 00:00:00 2001 From: fan Date: Sat, 6 May 2023 10:53:15 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BC=9A=E8=AF=9D=E7=BE=A4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=B0=83=E6=95=B4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 79fbb8d071c2ab13abff5fe61fb3f0915179b469. --- .../newMap/display/newChat/chatDialog.vue | 11 ++----- .../newMap/display/newChat/editGroup.vue | 33 ++++++++++--------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/src/views/newMap/display/newChat/chatDialog.vue b/src/views/newMap/display/newChat/chatDialog.vue index 94441687f..e731cc84d 100644 --- a/src/views/newMap/display/newChat/chatDialog.vue +++ b/src/views/newMap/display/newChat/chatDialog.vue @@ -66,7 +66,7 @@
工作台
通讯录
- + @@ -162,12 +162,6 @@ export default { } } }, - '$store.state.socket.conversationGroup.JOIN': function(val) { - if (val.messageTips) { - this.$message.success(`${val.messageTips}`); - } - this.getGroupList(); - }, myMemberId() { this.getGroupList(); } @@ -272,7 +266,7 @@ export default { getGroupList(this.groupId).then(res => { console.log(res, '---res--'); this.groupList = res.data; - if (this.groupList && this.groupList[0] && !this.id) { + if (this.groupList && this.groupList[0]) { this.id = this.groupList[0].id; } }).catch(err => { @@ -315,7 +309,6 @@ export default {