init
Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
| 110 | iDisplayLength: 6, | 110 | iDisplayLength: 6, |
| 111 | bLengthChange: false, | 111 | bLengthChange: false, |
| 112 | ajax: { | 112 | ajax: { |
| 113 | url: apiBaseUrl + '/order/into/getAllApplyOrder', | 113 | url: apiBaseUrl + '/order/getStatus12', |
| 114 | dataFilter: function (json) { | 114 | dataFilter: function (json) { |
| 115 | var ret = {}, json = jQuery.parseJSON(json); | 115 | var ret = {}, json = jQuery.parseJSON(json); |
| 116 | ret.data = json.data; | 116 | ret.data = json.data; | ... | ... |
| ... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
| 110 | iDisplayLength: 6, | 110 | iDisplayLength: 6, |
| 111 | bLengthChange: false, | 111 | bLengthChange: false, |
| 112 | ajax: { | 112 | ajax: { |
| 113 | url: apiBaseUrl + '/order/into/getAllApplyOrder', | 113 | url: apiBaseUrl + '/order/getStatus11', |
| 114 | dataFilter: function (json) { | 114 | dataFilter: function (json) { |
| 115 | var ret = {}, json = jQuery.parseJSON(json); | 115 | var ret = {}, json = jQuery.parseJSON(json); |
| 116 | ret.data = json.data; | 116 | ret.data = json.data; | ... | ... |
| ... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
| 110 | iDisplayLength: 6, | 110 | iDisplayLength: 6, |
| 111 | bLengthChange: false, | 111 | bLengthChange: false, |
| 112 | ajax: { | 112 | ajax: { |
| 113 | url: apiBaseUrl + '/order/into/getAllApplyOrder', | 113 | url: apiBaseUrl + 'order/getStatus13', |
| 114 | dataFilter: function (json) { | 114 | dataFilter: function (json) { |
| 115 | var ret = {}, json = jQuery.parseJSON(json); | 115 | var ret = {}, json = jQuery.parseJSON(json); |
| 116 | ret.data = json.data; | 116 | ret.data = json.data; | ... | ... |
-
Please register or sign in to post a comment