Explorar el Código

任务操作后,停留当前页

xuxueli hace 8 años
padre
commit
55b82e0c8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

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