From e0964ebcdaa21ccaa1ad004fffe7b1d759b9179a Mon Sep 17 00:00:00 2001 From: wangxin Date: Fri, 21 Sep 2018 19:44:58 +0800 Subject: [PATCH] =?UTF-8?q?drop=20=E7=99=BD=E5=90=8D=E5=8D=95=20dolog?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E4=B8=8D=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=EF=BC=8C=E9=9A=90=E8=97=8Fdolog=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 632b3e61b..9408c6290 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -853,6 +853,9 @@ var switchAction=function(action){ }else{ $("input[name=doLog][value=0]").parent(".radio-inline").removeClass("hidden"); } + if(action !=128 && action !=32){ + $(".doLog").removeClass("hidden"); + } } //ipType、ipPattern、portPattern选项变化时调用此方法,添加默认值 var switchIpInfo=function(obj){