69037643 by yangjianbin

init

1 parent 1fd520a0
......@@ -129,7 +129,7 @@
},
data: function (data) {
data.pageSize = data.length;
data.currentPage = data.draw;
data.currentPage = data.start * data.length;
return data;
}
/*,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!