ba7562b7 by yangjianbin

init

1 parent 00f72508
......@@ -119,7 +119,8 @@
// },
ajax: {
url: apiBaseUrl + '/order/into/getAllApplyOrder',
dataFilter: function (json) {
dataFilter: function (json,a,b) {
console.log(json, a, b)
var ret = {}, json = jQuery.parseJSON(json);
ret.data = json.data;
ret.draw = parseInt(json.page.currentPage);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!