From 796677d8e685bf81e1859fe5ee20b84cdfffb37a Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 15 Sep 2023 18:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BE=85=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/examined.ts | 6 +++ src/views/examined/index_list.vue | 70 +++++++++---------------------- 2 files changed, 26 insertions(+), 50 deletions(-) diff --git a/src/api/examined.ts b/src/api/examined.ts index 3a63493..1c0494b 100644 --- a/src/api/examined.ts +++ b/src/api/examined.ts @@ -28,3 +28,9 @@ export function apiFlowStatus(params: any) { export function apiFlowDetil(params: any) { return request.get({ url: "/flow/view", params }); } + +// 任务 +// 任务审批(待审批列表) +export function apiApproveList(params: any) { + return request.get({ url: "/approve.approve/lists", params }); +} \ No newline at end of file diff --git a/src/views/examined/index_list.vue b/src/views/examined/index_list.vue index a49c8c1..c9fd244 100644 --- a/src/views/examined/index_list.vue +++ b/src/views/examined/index_list.vue @@ -1,19 +1,23 @@ - - @@ -111,10 +86,10 @@ -