Merge pull request #2446 from dataease/pr@dev@fix_log_condition

fix: 日志类型模糊搜索选择目标后词条消失
This commit is contained in:
fit2cloud-chenyw 2022-06-20 10:14:08 +08:00 committed by GitHub
commit 8f3bbc56c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,8 @@ export default {
multiple: true,
class: 'de-log-filter',
defaultOperator: 'in',
filterable: true
filterable: true,
'reserve-keyword': true
},
{ field: 'nick_name', label: this.$t('log.user'), component: 'DeComplexInput', class: 'de-log-filter' },