敏感词
This commit is contained in:
@@ -447,7 +447,9 @@
|
||||
this.getMsgList()
|
||||
},
|
||||
getKeyWordList() {
|
||||
this.instance.post(`/app/appsessionarchiveinfo/listByKeywordRecord`, null, {
|
||||
var url = this.listInfo.seq ? `/app/appsessionarchiveinfo/listByKeywordRecord?seq=${this.listInfo.seq}`
|
||||
: `/app/appsessionarchiveinfo/listByKeywordRecord?msgId=${this.params.msgId}`
|
||||
this.instance.post(url, null, {
|
||||
params: {
|
||||
userId: this.id,
|
||||
type: this.tabIndex,
|
||||
@@ -460,8 +462,8 @@
|
||||
content: this.searchMsg,
|
||||
startTime: this.time ? this.time[0] : '',
|
||||
endTime: this.time ? this.time[1] : '',
|
||||
seq: this.listInfo.seq,
|
||||
msgId: !this.listInfo.seq ? this.params.msgId : ''
|
||||
// seq: this.listInfo.seq,
|
||||
// msgId: !this.listInfo.seq ? this.params.msgId : ''
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user