From 8ed8af0486304d3979d80b4988274c42c4c8a93e Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Thu, 10 Jun 2021 14:24:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dterminallog=E7=9A=84pr?= =?UTF-8?q?otocol=E6=90=9C=E7=B4=A2=E6=97=A0=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/searchInput.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index 76687398c..ce14fe671 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -884,6 +884,8 @@ export default { objectInfo.type = val.val } else if (val.label === 'chartType') { objectInfo.type = val.val + } else if (val.label === 'protocol') { + objectInfo.type = val.val } } else { objectInfo[val.label] = val.val