Selaa lähdekoodia

任务操作后,停留当前页

xuxueli 7 vuotta sitten
vanhempi
commit
02863df38c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 Näytä tiedosto

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