(1)修正ConfigConvertUtil中的ipConvert方法

(2)Packet IP Address修正IP,ASN同时隐藏可以提交表单的bug
This commit is contained in:
wangxin
2019-04-24 14:04:10 +08:00
parent b3abe1f0e5
commit 3b838aa838
2 changed files with 105 additions and 211 deletions

View File

@@ -181,6 +181,10 @@
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
return;
} */
if($(".boxSolid:visible").length==0){
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
return;
}
//代表所有区域都隐藏了,提示必须增加个区域信息
if($("input[name='isAreaEffective']:checked").val()==1 && $(".container-fluid:visible").size()==0){
if($("#areaIsp").hasClass("hidden")) $("#areaIp").find(".glyphicon-plus").click();