Merge branch 'main' of http://49.232.154.205:10100/liujingchao/fad_oa into main
This commit is contained in:
@@ -250,6 +250,9 @@ export function listHistoryFlowTask(query) {
|
||||
* 查询实例对应的所有审批任务
|
||||
*/
|
||||
export function listAssignTask (instId) {
|
||||
if (instId == null || instId === '') {
|
||||
return Promise.resolve({ data: [] })
|
||||
}
|
||||
return request({
|
||||
url: `/hrm/flow/instance/tasks/${instId}`,
|
||||
method: 'get'
|
||||
|
||||
Reference in New Issue
Block a user