修改ddos配置任务调度bug

This commit is contained in:
zhanghongqing
2019-03-21 10:24:57 +08:00
parent 19b1d1b40c
commit fcface8471

View File

@@ -75,7 +75,8 @@ $(function(){
return;
}
loading('onloading...');
$("#cron .detail > div.disabled").remove();//删除disabled 的字段
//将disable属性的元素删除
$("#cron.disabled").remove();
form.submit();
},
errorContainer: "#messageBox",