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) {