diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index d7f5b7c09..c0fa6743f 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -953,6 +953,7 @@ var switchAction=function(action){ $(this).addClass("hidden"); }); $(".doBlackList").addClass("hidden"); + $("input[name='doBlackList'][value=0]").attr("checked",true); } /*************************action切换时,隐藏白名单和drop的是否记录日志*****************************/