From 3c6d8415614e187f8b17d9f273786a7b7946945e Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Mon, 27 Jul 2020 16:21:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?NEZ-357=20feat:mib=20browser=20snmp?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=90=8C=E6=AD=A5asset=20&=20alert=20rule?= =?UTF-8?q?=E4=BE=A7=E6=BB=91bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/header.vue | 2 +- .../common/rightBox/alertConfigBox.vue | 15 +++-- .../src/components/page/alert/config.vue | 11 +--- .../src/components/page/asset/asset.vue | 1 - .../src/components/page/config/mibBrowser.vue | 55 ++++++++++++++++++- 5 files changed, 68 insertions(+), 16 deletions(-) diff --git a/nezha-fronted/src/components/common/header.vue b/nezha-fronted/src/components/common/header.vue index 2b39ca2fb..59bc334bd 100644 --- a/nezha-fronted/src/components/common/header.vue +++ b/nezha-fronted/src/components/common/header.vue @@ -203,7 +203,7 @@ assetId: '' }, alertRule: { - id: '', + id: null, alertName: '', type: '', linkObject: {id: '', name: ''}, diff --git a/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue b/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue index fc1c06137..c65858e98 100644 --- a/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue +++ b/nezha-fronted/src/components/common/rightBox/alertConfigBox.vue @@ -1,8 +1,8 @@