add -- 新增流程审核可选择抄送流程功能

This commit is contained in:
konbai
2022-05-29 18:10:18 +08:00
parent ab1c50ca06
commit 64eb962366
13 changed files with 863 additions and 102 deletions

View File

@@ -46,6 +46,15 @@ export function listFinishedProcess(query) {
})
}
// 查询流程抄送列表
export function listCopyProcess(query) {
return request({
url: '/workflow/process/copyList',
method: 'get',
params: query
})
}
// 完成任务
export function complete(data) {
return request({