From ee5553f438eadb34a3261b718145e9e7f8a27580 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 29 十一月 2024 14:43:44 +0800
Subject: [PATCH] 项目库导出之导出目标列表内容
---
src/api/projectEngineering/projectInfo.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/api/projectEngineering/projectInfo.js b/src/api/projectEngineering/projectInfo.js
index 8829fc2..1afcc70 100644
--- a/src/api/projectEngineering/projectInfo.js
+++ b/src/api/projectEngineering/projectInfo.js
@@ -17,6 +17,13 @@
})
}
+// 鏌ヨ鐩稿叧鏂囦欢
+export function getDocumentInfoById(id) {
+ return request({
+ url: '/project/info/document/' + id,
+ method: 'get'
+ })
+}
// 鏂板椤圭洰绠$悊鍩虹淇℃伅
export function addProject(data) {
return request({
@@ -25,6 +32,14 @@
data: data
})
}
+// 鏂板鐩稿叧鏂囦欢
+export function addDocumentInfo(data) {
+ return request({
+ url: '/project/info/document',
+ method: 'post',
+ data: data
+ })
+}
// 淇敼椤圭洰绠$悊鍩虹淇℃伅
export function updateProject(data) {
--
Gitblit v1.8.0