From df9e3bfb56316541f0101389f8ce5eb1e4df991e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 29 Oct 2021 18:16:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E4=BF=AE=E6=94=B9=20snmp=20trap?= =?UTF-8?q?=20=E5=8F=8C=E5=87=BB=E6=98=BE=E7=A4=BA=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/alert/alertMessage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/page/alert/alertMessage.vue b/nezha-fronted/src/components/page/alert/alertMessage.vue index b7051bd9c..a09d46e75 100644 --- a/nezha-fronted/src/components/page/alert/alertMessage.vue +++ b/nezha-fronted/src/components/page/alert/alertMessage.vue @@ -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