From 64c13167e17fd04aec02a93c2bc1803050a097d1 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 28 十一月 2024 03:04:52 +0800
Subject: [PATCH] 改用mounted

---
 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