diff --git a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp
index 9355d1f2f..80ce3e030 100644
--- a/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp
+++ b/src/main/webapp/WEB-INF/views/cfg/av/fileSampleForm.jsp
@@ -242,6 +242,7 @@ $(function(){
flag = validateEffectiveRuleLimit("${ctx}",serviceId);
}
if(flag){
+ $("#cron .detail > div.disabled").remove();//删除disabled 的字段
form.submit();
}
},
@@ -555,6 +556,8 @@ function sampleFileValidate(fileType,fileName){
<%@include file="/WEB-INF/include/form/basicInfo.jsp" %>
+
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>