init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -59,7 +59,7 @@ | ... | @@ -59,7 +59,7 @@ |
| 59 | iDisplayLength: 6, | 59 | iDisplayLength: 6, |
| 60 | bLengthChange: false, | 60 | bLengthChange: false, |
| 61 | ajax: { | 61 | ajax: { |
| 62 | url: apiBaseUrl + '/order/into/getAllApplyOrder', | 62 | url: apiBaseUrl + 'application/tool/webSites', |
| 63 | dataFilter: function (json) { | 63 | dataFilter: function (json) { |
| 64 | var ret = {}, json = jQuery.parseJSON(json); | 64 | var ret = {}, json = jQuery.parseJSON(json); |
| 65 | ret.data = json.data || []; | 65 | ret.data = json.data || []; | ... | ... |
-
Please register or sign in to post a comment