From e69992d7127b315262099f5ce0f62bd527693bd6 Mon Sep 17 00:00:00 2001 From: wangwei Date: Wed, 17 Apr 2019 18:04:09 +0800 Subject: [PATCH] =?UTF-8?q?doblacklist=E7=9A=84js=E4=B8=8A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8A=A8=E4=BD=9C=E5=88=87=E6=8D=A2=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 1 + 1 file changed, 1 insertion(+) 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的是否记录日志*****************************/