From bf5651cc5fd25fe282d674b2996e3f3aaf98c62f Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 20:38:08 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- api/data.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/api/data.js b/api/data.js index 3438f47..0fdef00 100644 --- a/api/data.js +++ b/api/data.js @@ -4,4 +4,23 @@ export function getDicts(dictType){ return http.get('/system/dict/data/type/' + dictType, {}, { custom: { loading: true }}); +} + +// 鏁版嵁鍒嗘瀽鎺ュ彛 +// 鎵ф硶鏁版嵁姹囨�� /report/team/getTotalInfo +export function getTotalInfo(data){ + return http.get('/report/team/getTotalInfo', {params: data}, { custom: { loading: true }}); +} +// 鎵ф硶娆℃暟閮ㄩ棬鍒嗘瀽 /report/team/getDeptCount +export function getDeptCount(data){ + return http.get('/report/team/getDeptCount', {params: data}, { custom: { loading: true }}); +} +// 浼佷笟琚墽娉曟鏁� /report/team/getCompanyCount +export function getCompanyCount(data) { + return http.get(`/report/team/getCompanyCount`, {params: data}, { custom: { loading: true }}); +} +// 鎵ф硶绫诲瀷 + +export function getEnforceTypeCount(data) { + return http.get(`/report/team/getEnforceTypeCount`, {params: data}, { custom: { loading: true }}); } \ No newline at end of file -- Gitblit v1.9.1