From a3dbb8fe40e06f9abd9718f14aaa7311bddbc150 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 13 二月 2025 21:46:05 +0800
Subject: [PATCH] 除了项目中心,其它项目页面都不显示审核状态

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

diff --git a/src/api/projectManage/progress/index.js b/src/api/projectManage/progress/index.js
index ade3e9b..c531f27 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({
@@ -66,5 +75,13 @@
   })
 }
 
+export function reply(data) {
+  return request({
+    url: '/api/project-plan-examine-record/reply',
+    method: 'post',
+    data: data
+    })
+}
+
 
 

--
Gitblit v1.8.0