fix: 修改 snmp trap 双击显示图表的问题

This commit is contained in:
zhangyu
2021-10-29 18:16:11 +08:00
parent 0e23af525c
commit df9e3bfb56

View File

@@ -422,6 +422,9 @@ export default {
})
},
messageDetail (row) {
if (row.alertRule.type == 3) {
return
}
this.$get('/alert/rule/' + row.alertRule.id).then(res => {
this.currentMsg = { ...row, alertRule: { ...res.data } }
this.graphShow = true