From bff4a30fc154dbf29d710044f2d1fe3421a43007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwangzihua=E2=80=9D?= Date: Thu, 25 Dec 2025 15:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service-applications-api.js | 9 +++- .../service-count/quarter-statistics.vue | 43 ++++++++++++++++--- 2 files changed, 46 insertions(+), 6 deletions(-) diff --git a/src/api/business/service-applications/service-applications-api.js b/src/api/business/service-applications/service-applications-api.js index 022cd62..f895282 100644 --- a/src/api/business/service-applications/service-applications-api.js +++ b/src/api/business/service-applications/service-applications-api.js @@ -5,7 +5,7 @@ * @Date: 2025-12-20 14:44:06 * @Copyright 1.0 */ -import { postRequest, getRequest, getDownload } from '/@/lib/axios'; +import { postRequest, getRequest,getDownload, postDownload } from '/@/lib/axios'; export const serviceApplicationsApi = { @@ -91,4 +91,11 @@ export const serviceApplicationsApi = { statistics: (params) => { return postRequest('/serviceApplications/statistics', params); }, + + /** + * 导出律所统计信息 @author wzh + */ + exportLawyer: (params) => { + return postDownload('/serviceApplications/exportLawyer', params); + }, }; diff --git a/src/components/system/service-count/quarter-statistics.vue b/src/components/system/service-count/quarter-statistics.vue index 10a0650..d2948ab 100644 --- a/src/components/system/service-count/quarter-statistics.vue +++ b/src/components/system/service-count/quarter-statistics.vue @@ -52,7 +52,7 @@ - +