From dd5300d5a1acd25dec1ad5129165950ce3e109ac Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 17 Jan 2022 13:59:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=A0=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E6=9B=B4=E6=94=B9=E5=AF=BC=E8=87=B4=E7=9A=84=EF=BC=8C?= =?UTF-8?q?path=E6=90=BA=E5=B8=A6=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=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/common/mixin/dataList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/mixin/dataList.js b/nezha-fronted/src/components/common/mixin/dataList.js index 21983305f..bf1cb6a1c 100644 --- a/nezha-fronted/src/components/common/mixin/dataList.js +++ b/nezha-fronted/src/components/common/mixin/dataList.js @@ -736,7 +736,7 @@ export default { jsonKey: 'val' } } - } else if (path === 'snmp' && this.switchTab == 'credentials') { + } else if (path === 'credentials') { searchKeys = { // key: path 键 // value: vue set 参数 @@ -788,7 +788,7 @@ export default { jsonKey: 'val' } } - } else if (path === 'snmp' && this.switchTab == 'file') { + } else if (path === 'mib') { searchKeys = { // key: path 键 // value: vue set 参数