3dab6ee1 by yangjianbin

init

1 parent 12d2a27d
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!