From b12a74e27f67927ef983c0c35708b15b8d300175 Mon Sep 17 00:00:00 2001 From: duandongmei Date: Thu, 25 Apr 2019 16:02:18 +0800 Subject: [PATCH] =?UTF-8?q?ip=E5=9C=B0=E5=9D=80=E5=A2=9E=E5=8A=A0=E5=BF=85?= =?UTF-8?q?=E9=80=89=E4=B8=80=E7=A7=8D=E5=9F=9F=E9=85=8D=E7=BD=AE=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp index f7da626d8..0cfbfbb08 100644 --- a/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/ipaddr/ipForm.jsp @@ -181,6 +181,11 @@ top.$.jBox.tip("", ""); return; } */ + if($(".boxSolid:visible").length==0){ + top.$.jBox.tip("", ""); + return; + } + //代表所有区域都隐藏了,提示必须增加个区域信息 if($("input[name='isAreaEffective']:checked").val()==1 && $(".container-fluid:visible").size()==0){ if($("#areaIsp").hasClass("hidden")) $("#areaIp").find(".glyphicon-plus").click();