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