mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-05-11 16:23:42 +00:00
fix: 完善 bpm 模型流程
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user