From 614cb0ce301f7dfffb89f771723b4779d8caa8b1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 10 十二月 2024 16:37:49 +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