From 4dca2b2b634b8802423232a82db71b6db23ed6cd Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Tue, 31 Mar 2026 21:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=BC=82=E5=B8=B8=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E4=BA=BA=E5=91=98=E5=89=8D=E7=AB=AF=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/ccdi/projectOverview.js | 12 +++++ .../components/detail/RiskDetailSection.vue | 47 +++++++++++++++++++ ...detail-abnormal-account-pagination.test.js | 22 +++++++++ 3 files changed, 81 insertions(+) create mode 100644 ruoyi-ui/tests/unit/risk-detail-abnormal-account-pagination.test.js diff --git a/ruoyi-ui/src/api/ccdi/projectOverview.js b/ruoyi-ui/src/api/ccdi/projectOverview.js index 6874d822..1beddebd 100644 --- a/ruoyi-ui/src/api/ccdi/projectOverview.js +++ b/ruoyi-ui/src/api/ccdi/projectOverview.js @@ -79,3 +79,15 @@ export function getOverviewEmployeeCreditNegative(params) { } }) } + +export function getOverviewAbnormalAccountPeople(params) { + return request({ + url: '/ccdi/project/overview/abnormal-account-people', + method: 'get', + params: { + projectId: params.projectId, + pageNum: params.pageNum, + pageSize: params.pageSize + } + }) +} diff --git a/ruoyi-ui/src/views/ccdiProject/components/detail/RiskDetailSection.vue b/ruoyi-ui/src/views/ccdiProject/components/detail/RiskDetailSection.vue index 64006fb5..24400d59 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/detail/RiskDetailSection.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/detail/RiskDetailSection.vue @@ -314,6 +314,7 @@