From f1059f253b5e53183a67f62c369cc6cf1a9633be Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 22 二月 2025 21:21:32 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-vue

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

diff --git a/src/api/projectManage/progress/index.js b/src/api/projectManage/progress/index.js
index 63e83f8..c531f27 100644
--- a/src/api/projectManage/progress/index.js
+++ b/src/api/projectManage/progress/index.js
@@ -75,5 +75,13 @@
   })
 }
 
+export function reply(data) {
+  return request({
+    url: '/api/project-plan-examine-record/reply',
+    method: 'post',
+    data: data
+    })
+}
+
 
 

--
Gitblit v1.8.0