IP白名单 APP协议IP APP域名特征导入页隐藏来函性质分类.
This commit is contained in:
@@ -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动作切换
|
||||
|
||||
Reference in New Issue
Block a user