diff --git a/src/api/examined.ts b/src/api/examined.ts index 1c0494b..9809f01 100644 --- a/src/api/examined.ts +++ b/src/api/examined.ts @@ -30,7 +30,12 @@ export function apiFlowDetil(params: any) { } // 任务 -// 任务审批(待审批列表) +// 任务审批列表(待审批列表) export function apiApproveList(params: any) { return request.get({ url: "/approve.approve/lists", params }); -} \ No newline at end of file +} + +// 任务审批(待审批列表) +export function apiApproveAudit(params: any) { + return request.get({ url: "/approve.approve/audit", params }); +} diff --git a/src/views/examined/index_list.vue b/src/views/examined/index_list.vue index c9fd244..dbd81c9 100644 --- a/src/views/examined/index_list.vue +++ b/src/views/examined/index_list.vue @@ -10,6 +10,21 @@ placeholder="请输入任务名称" /> + + + + + 查询 @@ -21,42 +36,67 @@
- - - - - + - - - - - + + + + + + + +