修复Anti DDOS修改定时任务选项展示

This commit is contained in:
wangwei
2019-04-29 08:53:32 +08:00
committed by duandongmei
parent 8c5b78d165
commit 8828d88584

View File

@@ -76,9 +76,9 @@ $(function(){
}
loading('onloading...');
//将disable属性的元素删除
$("#cron").find(".disabled").each(function(){
$(this).remove();
});
$(".disabled").each(function(){
$(this).remove();
});
form.submit();
},
errorContainer: "#messageBox",