From c7c7c9aefa9985041e08a85a1fe3404948812055 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期五, 29 十一月 2024 12:58:49 +0800
Subject: [PATCH] 进度审批

---
 src/api/projectManage/progress/index.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/projectManage/progress/index.js b/src/api/projectManage/progress/index.js
index ade3e9b..63e83f8 100644
--- a/src/api/projectManage/progress/index.js
+++ b/src/api/projectManage/progress/index.js
@@ -50,6 +50,15 @@
   })
 }
 
+// 瀹℃壒
+export function examine(data) {
+  return request({
+    url: '/api/project-plan-progress-report/examine',
+    method: 'post',
+    data: data
+  })
+}
+
 // 淇濆瓨绔e伐鎶ュ憡銆佹儏鍐佃鏄庨檮浠�
 export function saveProjectProgressFileLists(data) {
   return request({

--
Gitblit v1.8.0