mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
Merge branch 'feature/bpm-delegate'
# Conflicts: # src/views/bpm/processInstance/detail/index.vue
This commit is contained in:
@ -51,3 +51,10 @@ export const getReturnList = async (params) => {
|
||||
export const returnTask = async (data) => {
|
||||
return await request.put({ url: '/bpm/task/return', data })
|
||||
}
|
||||
|
||||
/**
|
||||
* 委派
|
||||
*/
|
||||
export const delegateTask = async (data) => {
|
||||
return await request.put({ url: '/bpm/task/delegate', data })
|
||||
}
|
||||
|
Reference in New Issue
Block a user