From d7397f47b83260555e0d7f46f2b2e68682dc3705 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 17 Mar 2025 16:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E6=9C=88?= =?UTF-8?q?=E8=BF=98=E8=BF=98=E6=AC=BE=E7=BB=9F=E8=AE=A1=E8=A1=A8--?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=88=E8=AE=A1=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerrepayment/customerrepayment.js | 8 +++++++ .../customerrepayment/customerrepayment.vue | 24 ++++++++++++------- 2 files changed, 24 insertions(+), 8 deletions(-) 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 @@