feat : 添加首页待办数据和研发投入资金年份筛选
This commit is contained in:
@@ -6,3 +6,10 @@ export const getHomeTaskInfo = () => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
//获取已办数据
|
||||
export const getDoneTaskInfo = () => {
|
||||
return request({
|
||||
url: '/workflow/mosr/process/task/about',
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user