feat : 首页专项资金项目数据展示
This commit is contained in:
@@ -13,3 +13,11 @@ export const getDoneTaskInfo = () => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
|
||||
//获取专项资金饼图数据
|
||||
export const getSpecialFundChart = () => {
|
||||
return request({
|
||||
url: '/workflow/home/page/statistic',
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user