fix: 完善 bpm 模型流程

This commit is contained in:
yunlong.li
2021-11-18 10:55:43 +08:00
parent 480b17507f
commit 00f59fdc75
11 changed files with 195 additions and 12 deletions

View File

@ -85,7 +85,7 @@ export function processHistorySteps(id) {
export function getHighlightImg(id) {
return request({
url: '/workflow/task/process/highlight-img/'+id,
url: '/workflow/task/process/highlight-img?processInstanceId='+id,
method: 'get'
})
}