From f67241a72e48a90cbcca28acbc2ce9aaffdfa43d Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期三, 27 十一月 2024 18:38:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/api/projectPlan/index.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/projectPlan/index.js b/src/api/projectPlan/index.js
index ee2ce79..d3e00b2 100644
--- a/src/api/projectPlan/index.js
+++ b/src/api/projectPlan/index.js
@@ -94,6 +94,15 @@
})
}
+// 鍥炲涓婄骇鎵瑰
+export function replyDepartmentApproval(data) {
+ return request({
+ url: '/api/project-plan-examine-record/replyDepartmentApproval',
+ method: 'post',
+ data: data
+ })
+}
+
// 璁″垝鏃ュ織
export function getPlanLog(id) {
return request({
@@ -103,3 +112,4 @@
}
+
--
Gitblit v1.8.0