feat : 需求上报新增需求征集字段

This commit is contained in:
dj
2024-12-14 19:05:12 +08:00
parent 4123a685b7
commit 7f4a3a274e
2 changed files with 115 additions and 40 deletions

View File

@@ -103,3 +103,11 @@ export const getProjectOption = () => {
method: "get"
});
};
export const getRequirementOption = () => {
return request({
url: '/workflow/mosr/requirement/option',
method: "get"
});
};