Skip to content

Commit 004c8b0

Browse files
author
xueli.xue
committed
用户手册更新
1 parent f865afd commit 004c8b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-1.37 MB
Binary file not shown.

xxl-job-admin/src/main/webapp/static/js/joblog.index.1.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $(function() {
2626
firstDay : 1
2727
}
2828
});
29-
$('#filterTime').val( moment(new Date()).format("YYYY-MM-DD 00:00:00") + ' - ' + moment(new Date()).format("YYYY-MM-DD HH:mm:ss") );
29+
$('#filterTime').val( moment(new Date()).format("YYYY-MM-DD 00:00:00") + ' - ' + moment(new Date()).add(1, 'days').format("YYYY-MM-DD 00:00:00") ); // YYYY-MM-DD HH:mm:ss
3030

3131
// init date tables
3232
var logTable = $("#joblog_list").dataTable({

0 commit comments

Comments
 (0)