fix : 修复细节

This commit is contained in:
2024-05-12 15:35:40 +08:00
parent 8bdafdd087
commit d139b016a2
5 changed files with 30 additions and 62 deletions

View File

@@ -36,7 +36,7 @@ export const rejectTask = (data) => {
export const addRequirement = (data) => {
return request({
url: `/workflow/mosr/requirement`,
url: '/workflow/mosr/requirement',
method: "post",
data: data
});