mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
feat: 【工作流】--委派
This commit is contained in:
@ -57,3 +57,10 @@ export const getReturnList = async (params) => {
|
||||
export const okRollback = async (data) => {
|
||||
return await request.put({ url: '/bpm/task/rollback', data })
|
||||
}
|
||||
|
||||
/**
|
||||
* 委派
|
||||
*/
|
||||
export const delegateTask = async (data) => {
|
||||
return await request.put({ url: '/bpm/task/delegate', data })
|
||||
}
|
||||
|
Reference in New Issue
Block a user