修复配置导入成功后页面顶部标题消失的bug

This commit is contained in:
wangxin
2018-07-03 15:04:23 +08:00
parent c74e75f306
commit 0aa0db7ba9
2 changed files with 1 additions and 14 deletions

View File

@@ -38,19 +38,6 @@
$("#searchForm")[0].reset();
});
});
var edit=function(url){
var cked = $('tbody tr td input.i-checks:checkbox:checked');
if(cked.val()==1){
top.$.jBox.tip("<spring:message code='has_approved'/>", "<spring:message code='info'/>");
return;
}
if(cked.length==1){
window.location = url+"&compileId="+cked.attr("id");
}else{
top.$.jBox.tip("<spring:message code='check_one'/>", "<spring:message code='info'/>");
return;
}
}
</script>
</head>
<body>