From 0829704d064b5d843014897a84b42f3625571d97 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 09 三月 2025 23:29:42 +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