diff --git a/src/api/process/index.ts b/src/api/process/index.ts index a1db58f..f7e1c14 100644 --- a/src/api/process/index.ts +++ b/src/api/process/index.ts @@ -19,7 +19,7 @@ export function taskHistoryListApi(config : Object) { } /*签收*/ -export function claim(config : Object) { +export function claim(config : Object) { return http({ url: '/act/task/claim', method: 'PUT', @@ -75,3 +75,11 @@ export function taskEntrust(config : Object) { //委托 data: config }) } + +export function myApplyProcessListApi(config : object) { //本人发起列表 + return http({ + url: '/act/task/myApplyProcessList', + method: 'GET', + data: config + }) +} \ No newline at end of file