From 4fa6fc75ed4f04088c3d975bb318e0eb3552c574 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 18 三月 2025 09:04:35 +0800
Subject: [PATCH] 回显与排序bug解决
---
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