e87bfc4c by yangjianbin

init

1 parent 69037643
......@@ -129,7 +129,7 @@
},
data: function (data) {
data.pageSize = data.length;
data.currentPage = data.start * data.length;
data.currentPage = data.start * data.length + 1;
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!