From 214605629966e983226e3e0b64baafee3654deb3 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 18 Aug 2023 09:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppSensitiveWechat/components/Detail.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/project/pidu/app/AppSensitiveWechat/components/Detail.vue b/project/pidu/app/AppSensitiveWechat/components/Detail.vue index 31c55955..df76a925 100644 --- a/project/pidu/app/AppSensitiveWechat/components/Detail.vue +++ b/project/pidu/app/AppSensitiveWechat/components/Detail.vue @@ -457,7 +457,7 @@ current: this.msgCurrent == 0 ? '' : this.msgCurrent, msgType: this.msgTypeList[this.msgType].value, // msgType: 'webapp', - toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId, + // toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId, roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '', content: this.searchMsg, startTime: this.time ? this.time[0] : '', @@ -495,13 +495,12 @@ current: this.msgCurrent, msgType: this.msgTypeList[this.msgType].value, // msgType: 'file', - toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId, - roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '', + roomId: this.list[this.leftActiveIndex].roomId, type: this.list[this.leftActiveIndex].type, content: this.searchMsg, startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', - msgId: this.params.msgId + // msgId: this.params.msgId } }).then(res => { if (res.code === 0) {