#返显高亮工作流

This commit is contained in:
Roland
2021-11-05 20:54:26 +08:00
parent 9bbeb93b2e
commit e9e73c402b
3 changed files with 15 additions and 3 deletions

View File

@ -81,3 +81,11 @@ export function processHistorySteps(id) {
method: 'get'
})
}
export function getHighlightImg(id) {
return request({
url: '/workflow/task/process/highlight-img/'+id,
method: 'get'
})
}