feat : 需求汇总加上"主项目"字段

This commit is contained in:
2024-11-10 22:52:15 +08:00
parent a6ace0a27d
commit a5486c1948
3 changed files with 52 additions and 3 deletions

View File

@@ -96,3 +96,10 @@ export const approvePlan= (data) => {
});
};
export const getProjectOption = () => {
return request({
url: '/workflow/mosr/requirement/master',
method: "get"
});
};