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