IP白名单 APP协议IP APP域名特征导入页隐藏来函性质分类.

This commit is contained in:
zhangwenqing
2018-12-18 17:01:10 +08:00
parent 317cb9ab28
commit cbbb888720
2 changed files with 29 additions and 9 deletions

View File

@@ -17,6 +17,25 @@ $(function(){
$("input[name='regionDictIds']").click(function(){
});
if($(".requestIdSel").hasClass("hidden")){
$(".attributeSel").addClass("hidden");
$(".classifySel").addClass("hidden");
if($(".appSelDiv").length == 0){
// 新增文件div上移
var fileDiv = $(".fileSelDiv").clone();
$(".fileSelDiv").remove();
$(".requestIdSel").after(fileDiv);
}else{
// 去除多余<br>
$(".modal-body").find("br").each(function(){
if($(this).prev("div").hasClass("hidden")){
$(this).remove();
}
});
}
}
});
/**
* action动作切换