647a75a0 by yangjianbin

init

1 parent 5234599e
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
122 json.draw = json.page.currentPage; 122 json.draw = json.page.currentPage;
123 json.recordsTotal = json.page.totalNumber; 123 json.recordsTotal = json.page.totalNumber;
124 json.recordsFiltered = json.page.totalNumber; 124 json.recordsFiltered = json.page.totalNumber;
125 return json; 125 return json.data;
126 } 126 }
127 }, 127 },
128 columns: [ 128 columns: [
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!