This commit is contained in:
liuye
2023-08-04 16:53:42 +08:00
parent caff794061
commit 7586090ce3
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ export default {
}) })
}, },
toConversationRecord(row) { 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) { deptSelect(e) {
this.deptUserList = e this.deptUserList = e

View File

@@ -196,6 +196,7 @@ export default {
startTime: this.time ? this.time[0] : '', startTime: this.time ? this.time[0] : '',
endTime: this.time ? this.time[1] : '', endTime: this.time ? this.time[1] : '',
seq: this.params.seq, seq: this.params.seq,
msgId: this.params.msgId
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {