ASN ip,APP特征业务的配置批量取消功能完成

This commit is contained in:
段冬梅
2019-03-11 17:06:31 +08:00
parent c8e43c81f1
commit 785150f921
8 changed files with 241 additions and 37 deletions

View File

@@ -962,7 +962,9 @@ jQuery.validator.addMethod("asnNoUnique",function(value, element) {
url: url,
data:{"id":id,"asnId":value},
success:function(data){
result = data;
if(data != null && data !='' && data != 'undefined'){
result=false;
}
}
});
return result;