From 3d85df471bbebd3f1b0cd6c548a8f4034dd6d771 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 20 Jun 2023 16:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppConversation/conversationDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index 8a7c9f9f..a13bf77f 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -236,8 +236,8 @@ export default { params: { current: this.current, size: 10, - // msgType: this.tabList[this.currentTabs].value, - msgType: 'location', + msgType: this.tabList[this.currentTabs].value, + // msgType: 'location', toUserId: this.toUserId, roomId: this.roomId, type: this.type,