From 3ef745acc6fba9317b6d390953ca8910055a8cec Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 4 Aug 2023 17:00:10 +0800 Subject: [PATCH] msgId --- project/pidu/app/AppSensitive/components/Detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/pidu/app/AppSensitive/components/Detail.vue b/project/pidu/app/AppSensitive/components/Detail.vue index 004f178e..6eb2242d 100644 --- a/project/pidu/app/AppSensitive/components/Detail.vue +++ b/project/pidu/app/AppSensitive/components/Detail.vue @@ -497,7 +497,8 @@ type: this.list[this.leftActiveIndex].type, content: this.searchMsg, startTime: this.time ? this.time[0] : '', - endTime: this.time ? this.time[1] : '' + endTime: this.time ? this.time[1] : '', + msgId: this.params.msgId } }).then(res => { if (res.code === 0) {