敏感词记录
This commit is contained in:
@@ -296,11 +296,10 @@
|
||||
// msgType: 'file',
|
||||
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
|
||||
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
|
||||
type: this.list[this.leftActiveIndex].type,
|
||||
content: this.searchMsg,
|
||||
startTime: this.time ? this.time[0] : '',
|
||||
endTime: this.time ? this.time[1] : '',
|
||||
seq: this.msgCurrent == 0 ? this.listInfo.seq : '',
|
||||
seq: this.listInfo.seq,
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user