diff --git a/src/api/work/index.ts b/src/api/work/index.ts index f368b51..23c9d65 100644 --- a/src/api/work/index.ts +++ b/src/api/work/index.ts @@ -12,4 +12,12 @@ export function listDones(query) { url: '/work/done', query }); +} + + +export function listTodoCountersign(query) { + return request.get({ + url: '/work/todoCountersign', + query + }); } \ No newline at end of file diff --git a/src/components/home/work/index.vue b/src/components/home/work/index.vue index f9d6fb5..f16b57c 100644 --- a/src/components/home/work/index.vue +++ b/src/components/home/work/index.vue @@ -54,11 +54,21 @@ - + + +
+ +
+
+