This commit is contained in:
liuye
2023-08-04 17:00:10 +08:00
parent d767bd4326
commit 3ef745acc6

View File

@@ -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) {