feat: 审批流程加立即抄送按钮

This commit is contained in:
dj
2025-04-14 16:44:42 +08:00
parent 7579b77b2d
commit a1422067d0
3 changed files with 56 additions and 3 deletions

View File

@@ -68,6 +68,13 @@ export const editAllocation = (data) => {
data
});
};
export const applyCcSend = (data) => {
return request({
url: '/workflow/mosr/cc/send',
method: "post",
data
});
};
export const deleteAllocation = (id) => {
return request({
url: `/workflow/mosr/cost/allocation/${id}`,