From 1320baf817d73d83af3cb0498130689dcf478e0b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 29 十一月 2024 23:49:22 +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