diff --git a/src/project/pidu/AppSensitive/AppSensitive.vue b/src/project/pidu/AppSensitive/AppSensitive.vue index ed11ea36..dc962614 100644 --- a/src/project/pidu/AppSensitive/AppSensitive.vue +++ b/src/project/pidu/AppSensitive/AppSensitive.vue @@ -91,7 +91,7 @@ export default { }) }, toConversationRecord(row) { - uni.navigateTo({url: `./conversationRecord?userId=${row.userId}&toUserId=${row.toUserId}&toName=${row.toName}&type=${row.type}&seq=${row.seq}`}) + uni.navigateTo({url: `./conversationRecord?userId=${row.userId}&toUserId=${row.toUserId}&toName=${row.toName}&type=${row.type}&seq=${row.seq}&msgId=${row.msgId}`}) }, deptSelect(e) { this.deptUserList = e diff --git a/src/project/pidu/AppSensitive/conversationRecord.vue b/src/project/pidu/AppSensitive/conversationRecord.vue index 90c0b3d0..e1739806 100644 --- a/src/project/pidu/AppSensitive/conversationRecord.vue +++ b/src/project/pidu/AppSensitive/conversationRecord.vue @@ -196,6 +196,7 @@ export default { startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', seq: this.params.seq, + msgId: this.params.msgId } }).then(res => { if (res.code === 0) {