diff --git a/src/api/business/service-applications/service-applications-api.js b/src/api/business/service-applications/service-applications-api.js index c733cb0..022cd62 100644 --- a/src/api/business/service-applications/service-applications-api.js +++ b/src/api/business/service-applications/service-applications-api.js @@ -84,4 +84,11 @@ export const serviceApplicationsApi = { } }); }, + + /** + * 服务统计 @author wzh + */ + statistics: (params) => { + return postRequest('/serviceApplications/statistics', params); + }, }; diff --git a/src/components/system/service-count/quarter-statistics.vue b/src/components/system/service-count/quarter-statistics.vue index b272136..10a0650 100644 --- a/src/components/system/service-count/quarter-statistics.vue +++ b/src/components/system/service-count/quarter-statistics.vue @@ -62,17 +62,17 @@ bordered >