feat: 添加审批历史页面,处于办公中心下
This commit is contained in:
@@ -238,6 +238,13 @@ export function delFlowInstance (instId) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
export function listHistoryFlowTask(query) {
|
||||
return request({
|
||||
url: '/hrm/flow/task/historyList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询实例对应的所有审批任务
|
||||
@@ -247,4 +254,9 @@ export function listAssignTask (instId) {
|
||||
url: `/hrm/flow/instance/tasks/${instId}`,
|
||||
method: 'get'
|
||||
})
|
||||
|
||||
/**
|
||||
* 查询当前用户的审批历史
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user