init
Showing
2 changed files
with
2 additions
and
1 deletions
| ... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
| 63 | iDisplayLength: 6, | 63 | iDisplayLength: 6, |
| 64 | bLengthChange: false, | 64 | bLengthChange: false, |
| 65 | ajax: { | 65 | ajax: { |
| 66 | url: apiBaseUrl + '/order/into/getAllApplyOrder', | 66 | url: apiBaseUrl + '/system/role/getAllRole', |
| 67 | dataFilter: function (json) { | 67 | dataFilter: function (json) { |
| 68 | var ret = {}, json = jQuery.parseJSON(json); | 68 | var ret = {}, json = jQuery.parseJSON(json); |
| 69 | ret.data = json.data || []; | 69 | ret.data = json.data || []; | ... | ... |
| ... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
| 22 | 22 | ||
| 23 | <div class="panel panel-default"> | 23 | <div class="panel panel-default"> |
| 24 | <div class="panel-header">授信信息</div> | 24 | <div class="panel-header">授信信息</div> |
| 25 | <!-- GET /flow/getLastCheck--> | ||
| 25 | <div class="panel-body"> | 26 | <div class="panel-body"> |
| 26 | <div class="row cl"> | 27 | <div class="row cl"> |
| 27 | <div class="form-group col-sm-4 col-md-2"> | 28 | <div class="form-group col-sm-4 col-md-2"> | ... | ... |
-
Please register or sign in to post a comment