feat : 首页专项资金项目数据展示

This commit is contained in:
2024-10-11 14:49:18 +08:00
parent c456c6f642
commit 5c1a1d507a
2 changed files with 93 additions and 44 deletions

View File

@@ -13,3 +13,11 @@ export const getDoneTaskInfo = () => {
method: "get"
});
};
//获取专项资金饼图数据
export const getSpecialFundChart = () => {
return request({
url: '/workflow/home/page/statistic',
method: "get"
});
};