新增校验

This commit is contained in:
RuoYi
2018-05-04 20:25:14 +08:00
parent c7613a9ff5
commit 66a904d71e
41 changed files with 238 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
var prefix = ctx + "/monitor/job"
var prefix = ctx + "monitor/job"
$(function() {
var columns = [{
@@ -114,6 +114,6 @@ function batchRemove() {
//调度日志查询
function jobLog(id) {
var url = ctx + '/monitor/jobLog';
var url = ctx + 'monitor/jobLog';
createMenuItem(url, "调度日志");
}