msgId
This commit is contained in:
@@ -497,7 +497,8 @@
|
|||||||
type: this.list[this.leftActiveIndex].type,
|
type: this.list[this.leftActiveIndex].type,
|
||||||
content: this.searchMsg,
|
content: this.searchMsg,
|
||||||
startTime: this.time ? this.time[0] : '',
|
startTime: this.time ? this.time[0] : '',
|
||||||
endTime: this.time ? this.time[1] : ''
|
endTime: this.time ? this.time[1] : '',
|
||||||
|
msgId: this.params.msgId
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user