fixl 修改panel alertlist snmp 双击打开弹窗的问题
This commit is contained in:
@@ -464,6 +464,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
|
||||
|
||||
Reference in New Issue
Block a user