build : 流程演示

This commit is contained in:
clay
2024-05-12 14:23:34 +08:00
parent 72210306b6
commit 416fa2ed53
6 changed files with 45 additions and 15 deletions

View File

@@ -26,6 +26,13 @@ export const agreeTask = (data) => {
data: data
});
};
export const rejectTask = (data) => {
return request({
url: `/workflow/mosr/process/task/reject`,
method: "post",
data: data
});
};
export const addRequirement = (data) => {
return request({