修复ftp新增时js异常

This commit is contained in:
leijun
2019-04-10 18:24:10 +08:00
parent 9b5792d748
commit 7f9a1c4f70

View File

@@ -51,12 +51,12 @@
submitHandler : function(form) {
var flag = true;
var boxSolidLenth=$(".boxSolid").length;
/* var subscribeId=0;
//存在隐藏的subscribeId不算进域配置
if($(".boxSolid.hidden").hasClass("subscribeId")){
subscribeId=1;
}
var boxSolidLenth=$(".boxSolid").length;
if($(".boxSolid").hasClass("subscribeId")){
boxSolidLenth=boxSolidLenth-1;
} */