提交 550e5ffe authored 作者: xuxueli's avatar xuxueli

Cron在线生成工具:任务新增、编辑框通过组件在线生成Cron表达式

上级 33d92fcc
...@@ -418,7 +418,7 @@ $(function() { ...@@ -418,7 +418,7 @@ $(function() {
$(".remote_panel").show(); // remote $(".remote_panel").show(); // remote
// remove-cronGen // remove-cronGen
$("input[name=jobCron]").show().siblings().remove(); $("#addModal .form input[name='jobCron']").show().siblings().remove();
$("#addModal .form input[name='executorHandler']").removeAttr("readonly"); $("#addModal .form input[name='executorHandler']").removeAttr("readonly");
}); });
...@@ -582,7 +582,7 @@ $(function() { ...@@ -582,7 +582,7 @@ $(function() {
$("#updateModal .form .form-group").removeClass("has-error"); $("#updateModal .form .form-group").removeClass("has-error");
// remove-cronGen // remove-cronGen
$("input[name=jobCron]").show().siblings().remove(); $("#updateModal .form input[name='jobCron']").show().siblings().remove();
}); });
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论