提交 c199fd85 编写于 作者: 许雪里's avatar 许雪里

update document

上级 7a371191
......@@ -318,7 +318,7 @@ $(function() {
// add
$(".add").click(function(){
// init
// init-cronGen
$("#addModal .form input[name='jobCron']").cronGen({});
$('#addModal').modal({backdrop: false, keyboard: false}).modal('show');
......@@ -412,13 +412,14 @@ $(function() {
}
});
$("#addModal").on('hide.bs.modal', function () {
addModalValidate.resetForm();
$("#addModal .form")[0].reset();
addModalValidate.resetForm();
// 清理 cronGen
$("input[name=jobCron]").show().siblings().remove();
$("#addModal .form .form-group").removeClass("has-error");
$(".remote_panel").show(); // remote
// remove-cronGen
$("input[name=jobCron]").show().siblings().remove();
$("#addModal .form input[name='executorHandler']").removeAttr("readonly");
});
......@@ -480,7 +481,7 @@ $(function() {
$("#updateModal .form select[name=glueType]").change();
// init
// init-cronGen
$("#updateModal .form input[name='jobCron']").cronGen({});
// show
......@@ -576,8 +577,11 @@ $(function() {
}
});
$("#updateModal").on('hide.bs.modal', function () {
$("#updateModal .form")[0].reset();
// 清理 cronGen
updateModalValidate.resetForm();
$("#updateModal .form")[0].reset();
$("#updateModal .form .form-group").removeClass("has-error");
// remove-cronGen
$("input[name=jobCron]").show().siblings().remove();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册