fix: 修复alertrule search

This commit is contained in:
chenjinsong
2021-06-10 18:36:24 +08:00
parent 5fc14c1051
commit b7b4b480cc
2 changed files with 3 additions and 1 deletions

View File

@@ -861,6 +861,8 @@ export default {
}
} else if (val.type === 'selectSelf') {
objectInfo[val.label] = val.valnum
} else if (val.type === 'severity') {
objectInfo[val.label] = val.valnum
} else if (val.type === 'selectAction') { // 新增日志判断
objectInfo[val.label] = val.valnum
} else if (val.type === 'dc') {

View File

@@ -137,7 +137,7 @@ export default {
id: 4,
name: this.$t('alert.severity'),
type: 'severity',
label: 'severity',
label: 'severityIds',
disabled: false
}]
},