1edc9387 by yangjianbin

init

1 parent 44cfc64b
...@@ -51,13 +51,13 @@ ...@@ -51,13 +51,13 @@
51 51
52 <script> 52 <script>
53 var table = $('#table').dataTable({ 53 var table = $('#table').dataTable({
54 fnServerParams: function (aoData) { 54 // fnServerParams: function (aoData) {
55 delete aoData.columns; 55 // delete aoData.columns;
56 56 //
57 file = $('#file').val(); 57 // file = $('#file').val();
58 if(file) 58 // if(file)
59 aoData[file] = $('#keywork').val(); 59 // aoData[file] = $('#keywork').val();
60 }, 60 // },
61 columns: [ 61 columns: [
62 { 62 {
63 data: "id", render: function (data, type, full) { 63 data: "id", render: function (data, type, full) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!