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){