From 2924560f16181ccde1e65a5846bdc227ef48165e Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 30 Aug 2023 14:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=AB=E9=83=BD=E6=95=8F=E6=84=9F=E8=AF=8D?= =?UTF-8?q?=E5=8E=BB=E6=8E=89msgId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppSensitive/conversationRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/pidu/AppSensitive/conversationRecord.vue b/src/project/pidu/AppSensitive/conversationRecord.vue index e1739806..a473d1ae 100644 --- a/src/project/pidu/AppSensitive/conversationRecord.vue +++ b/src/project/pidu/AppSensitive/conversationRecord.vue @@ -196,7 +196,7 @@ export default { startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', seq: this.params.seq, - msgId: this.params.msgId + // msgId: this.params.msgId } }).then(res => { if (res.code === 0) {