feat : 首页项目四个状态统计

This commit is contained in:
2024-10-13 17:44:53 +08:00
parent b3bfff9588
commit 4ab7a04c92
2 changed files with 31 additions and 37 deletions

View File

@@ -21,3 +21,11 @@ export const getSpecialFundChart = () => {
method: "get"
});
};
//获取首页四个统计数量
export const getHomeStatistics = () => {
return request({
url: '/workflow/mosr/process/task/statistics',
method: "get"
});
};