fix : 修改细节

This commit is contained in:
2024-05-19 16:19:53 +08:00
parent 3bd6df74cc
commit 5421145583
7 changed files with 33 additions and 15 deletions

View File

@@ -24,3 +24,9 @@ export const getProcessInfo = () => {
method: "post"
});
};
export const getDetail = (requirementId) => {
return request({
url: `/workflow/mosr/requirement/collect/info/${requirementId}`,
method: "get"
});
};