任务操作后,停留当前页

This commit is contained in:
xuxueli 2018-03-06 10:05:39 +08:00
parent 4f5d7e9826
commit 02863df38c
1 changed files with 1 additions and 1 deletions

View File

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