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 @@ - +