敏感词记录
This commit is contained in:
@@ -296,11 +296,10 @@
|
|||||||
// msgType: 'file',
|
// msgType: 'file',
|
||||||
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
|
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
|
||||||
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
|
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
|
||||||
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] : '',
|
||||||
seq: this.msgCurrent == 0 ? this.listInfo.seq : '',
|
seq: this.listInfo.seq,
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
<el-input size="small" placeholder="敏感词、涉及对象、姓名、手机号" v-model="search.wordName" clearable
|
<el-input size="small" placeholder="敏感词、涉及对象、姓名、手机号" v-model="search.content" clearable
|
||||||
@clear="current = 1, search.wordName = '', getTableData()" suffix-icon="iconfont iconSearch"
|
@clear="current = 1, search.content = '', getTableData()" suffix-icon="iconfont iconSearch"
|
||||||
v-throttle="() => {(current = 1), getTableData();}"/>
|
v-throttle="() => {(current = 1), getTableData();}"/>
|
||||||
</template>
|
</template>
|
||||||
</ai-search-bar>
|
</ai-search-bar>
|
||||||
@@ -49,7 +49,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
search: {
|
search: {
|
||||||
wordName: '',
|
content: '',
|
||||||
departmentId: '',
|
departmentId: '',
|
||||||
current: 1,
|
current: 1,
|
||||||
size: 10,
|
size: 10,
|
||||||
|
|||||||
@@ -268,7 +268,6 @@
|
|||||||
// msgType: 'file',
|
// msgType: 'file',
|
||||||
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
|
toUserId: this.list[this.leftActiveIndex].type == 1 ? '' : this.list[this.leftActiveIndex].toUserId,
|
||||||
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
|
roomId: this.list[this.leftActiveIndex].type == 1 ? this.list[this.leftActiveIndex].roomId : '',
|
||||||
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] : ''
|
||||||
|
|||||||
Reference in New Issue
Block a user