From eb8e72ef07648f16f6131ea8a5ec1e4875fc05e7 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 28 Aug 2023 11:39:10 +0800 Subject: [PATCH] seq --- src/apps/AppSensitiveXbot/conversationRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppSensitiveXbot/conversationRecord.vue b/src/apps/AppSensitiveXbot/conversationRecord.vue index 4a135204..e80cc23e 100644 --- a/src/apps/AppSensitiveXbot/conversationRecord.vue +++ b/src/apps/AppSensitiveXbot/conversationRecord.vue @@ -194,7 +194,7 @@ export default { content: this.keyword, startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', - seq: this.params.seq, + seq: '', msgId: this.params.msgId } }).then(res => {