敏感词聊天记录

This commit is contained in:
liuye
2023-06-19 11:18:33 +08:00
parent 80438a6ef2
commit 56b12271b8
8 changed files with 1145 additions and 308 deletions

View File

@@ -196,7 +196,6 @@
{name: '文件', value: 'file'},
],
searchMsg: '',
id: 'LiuYe',
id: ''
}
},

View File

@@ -630,9 +630,7 @@ export default {
this.$emit('change', {
type: 'Detail',
params: {
id: id || '',
departmentId: this.search.departmentId || '',
departmentName: this.departmentName || ''
id: id || ''
}
})
}