Browse Source

任务操作后,停留当前页

xuxueli 7 years ago
parent
commit
02863df38c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xxl-job-admin/src/main/webapp/static/js/jobinfo.index.1.js

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

@@ -229,7 +229,7 @@ $(function() {
 							end: function(layero, index){
 								if (needFresh) {
 									//window.location.reload();
-									jobTable.fnDraw();
+									jobTable.fnDraw(false);
 								}
 							}
 						});