NEZ-2778 fix: Alert message 列表,rule 悬浮提示框内容有误(鼠标悬浮 rule.name)

This commit is contained in:
zhangyu
2023-04-17 15:41:02 +08:00
parent beb5aa0cd1
commit bd8c624a03
7 changed files with 5 additions and 11 deletions

View File

@@ -720,7 +720,6 @@ export default {
let chartInfo = {}
const severityData = JSON.parse(localStorage.getItem('nz-severityDataWeight'))
const conditionArr = JSON.parse(this.currentMsg.alertRule.condition)
console.log(this.currentMsg.alertRule.condition, this.severityData)
if (this.currentMsg.alertRule.type === 1 || this.currentMsg.alertRule.type === 3) {
chartInfo = lodash.cloneDeep(lineData)
chartInfo.elements = [{}]