ba7562b7 by yangjianbin

init

1 parent 00f72508
...@@ -119,7 +119,8 @@ ...@@ -119,7 +119,8 @@
119 // }, 119 // },
120 ajax: { 120 ajax: {
121 url: apiBaseUrl + '/order/into/getAllApplyOrder', 121 url: apiBaseUrl + '/order/into/getAllApplyOrder',
122 dataFilter: function (json) { 122 dataFilter: function (json,a,b) {
123 console.log(json, a, b)
123 var ret = {}, json = jQuery.parseJSON(json); 124 var ret = {}, json = jQuery.parseJSON(json);
124 ret.data = json.data; 125 ret.data = json.data;
125 ret.draw = parseInt(json.page.currentPage); 126 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!