diff --git a/anrui-riskcenter-ui/src/api/customerrepayment/customerrepayment.js b/anrui-riskcenter-ui/src/api/customerrepayment/customerrepayment.js index 64a2318805..40e5d99693 100644 --- a/anrui-riskcenter-ui/src/api/customerrepayment/customerrepayment.js +++ b/anrui-riskcenter-ui/src/api/customerrepayment/customerrepayment.js @@ -10,6 +10,14 @@ export default { headers: { 'Content-Type': 'application/json' } }) }, + listAll: function(params) { + return request({ + url: '/riskcenter/v1/loanrepaymenthistory/repaymentStatisticsList', + method: 'post', + data: params, + headers: { 'Content-Type': 'application/json' } + }) + }, // 查询分页列表 -- 客户还款明细查询 pageList: function(params) { return request({ diff --git a/anrui-riskcenter-ui/src/views/customerrepayment/customerrepayment.vue b/anrui-riskcenter-ui/src/views/customerrepayment/customerrepayment.vue index ade052a44c..4ef6571d89 100644 --- a/anrui-riskcenter-ui/src/views/customerrepayment/customerrepayment.vue +++ b/anrui-riskcenter-ui/src/views/customerrepayment/customerrepayment.vue @@ -79,7 +79,7 @@
- + @@ -92,17 +92,17 @@ - - - + + + - - - + + +