1
This commit is contained in:
parent
0aafb0d04a
commit
f609a4332f
@ -75,3 +75,11 @@ export function taskEntrust(config : Object) { //委托
|
|||||||
data: config
|
data: config
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function myApplyProcessListApi(config : object) { //本人发起列表
|
||||||
|
return http({
|
||||||
|
url: '/act/task/myApplyProcessList',
|
||||||
|
method: 'GET',
|
||||||
|
data: config
|
||||||
|
})
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user