From 2c6073b49f0da22eaed131758afbf8408edd101e Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期六, 30 十一月 2024 01:26:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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