From dd4c953182002b45f84e287d210463e65c5ef18f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 30 十一月 2024 14:02:10 +0800 Subject: [PATCH] 流程待办跳转 --- src/api/projectPlan/index.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/projectPlan/index.js b/src/api/projectPlan/index.js index 43f804e..6594ee2 100644 --- a/src/api/projectPlan/index.js +++ b/src/api/projectPlan/index.js @@ -112,4 +112,13 @@ } +// 杩涘害寰呭姙鍒楄〃 +export function getProjectPlanToDoList(query) { + return request({ + url: '/api/project-plan-examine-record/todo_list', + method: 'get', + params: query + }) +} + -- Gitblit v1.8.0