NEZ-1139 fix: Alert rule页面,Default snmptrap报警规则,查看报警页面一直显示加载中
This commit is contained in:
@@ -455,6 +455,9 @@ export default {
|
|||||||
this.deleteBox.show = true
|
this.deleteBox.show = true
|
||||||
},
|
},
|
||||||
messageDetail (row) {
|
messageDetail (row) {
|
||||||
|
if (row.alertRule.type == 3) {
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$get('/alert/rule/' + row.alertRule.id).then(res => {
|
this.$get('/alert/rule/' + row.alertRule.id).then(res => {
|
||||||
this.currentMsg = { ...row, alertRule: { ...res.data } }
|
this.currentMsg = { ...row, alertRule: { ...res.data } }
|
||||||
this.graphShow = true
|
this.graphShow = true
|
||||||
|
|||||||
Reference in New Issue
Block a user