From 4a3e865c752c97c3a03e826cd06a05bd1efd6ff7 Mon Sep 17 00:00:00 2001 From: wangwei Date: Fri, 21 Jun 2019 16:35:52 +0800 Subject: [PATCH] =?UTF-8?q?interceptPolicy=E5=8E=BB=E6=8E=89=E9=99=90?= =?UTF-8?q?=E9=80=9Faction=E3=80=81IP=E5=92=8C=E5=9F=9F=E5=90=8D=E9=83=BD?= =?UTF-8?q?=E4=B8=8D=E5=A1=ABbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp index 1167df845..b7865089e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp @@ -98,7 +98,7 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col var compileId=$("input[name=compileId]").val(); //代表所有业务都隐藏了,提示必须增加一种业务数据 - if(($(".boxSolid").length ==$(".boxSolid.hidden").length) && compileId!=0){ + if(($(".boxSolid").length ==$(".boxSolid.hidden").length) && (compileId=='' || compileId!=0)){ top.$.jBox.tip("", ""); return; }else{ @@ -578,7 +578,7 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col