feat : 添加首页待办数据和研发投入资金年份筛选

This commit is contained in:
2024-10-11 11:38:45 +08:00
parent 62d18089c4
commit 19c4f7469d
3 changed files with 97 additions and 18 deletions

View File

@@ -6,3 +6,10 @@ export const getHomeTaskInfo = () => {
method: "get"
});
};
//获取已办数据
export const getDoneTaskInfo = () => {
return request({
url: '/workflow/mosr/process/task/about',
method: "get"
});
};