msgId
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user