From c6e865900955f034464b9150862f22be571b2dc0 Mon Sep 17 00:00:00 2001
From: lSun <15893999301@qq.com>
Date: Thu, 27 Nov 2025 16:07:59 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/archivesManagement/proManager.js | 27 ++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 src/api/archivesManagement/proManager.js
diff --git a/src/api/archivesManagement/proManager.js b/src/api/archivesManagement/proManager.js
new file mode 100644
index 00000000..089ea4da
--- /dev/null
+++ b/src/api/archivesManagement/proManager.js
@@ -0,0 +1,27 @@
+import request from '@/axios';
+// 查询项目数据列表
+export const getList = (data) => {
+ return request({
+ url: '/blade-system/project/getProjectList',
+ method: 'post',
+ data: data,
+ });
+};
+
+// 配置档案类型
+export function updateContentsNameAPI(data) {
+ return request({
+ url: '/blade-system/project/updateContentsName',
+ method: 'POST',
+ data: data,
+ })
+}
+
+// 档案类型下拉选
+export function getFileCatalogSelectAPI(data) {
+ return request({
+ url: '/blade-system/project/getFileCatalogSelect',
+ method: 'POST',
+ data: data,
+ })
+}
From 027cdcf49eb58fb9dad75a557679a9d6d5d4b91b Mon Sep 17 00:00:00 2001
From: lSun <15893999301@qq.com>
Date: Thu, 27 Nov 2025 16:08:09 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/archivesManagement/proManager.vue | 279 ++++++++++++++++++++
1 file changed, 279 insertions(+)
create mode 100644 src/views/archivesManagement/proManager.vue
diff --git a/src/views/archivesManagement/proManager.vue b/src/views/archivesManagement/proManager.vue
new file mode 100644
index 00000000..2872a25d
--- /dev/null
+++ b/src/views/archivesManagement/proManager.vue
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+ {{ row.contentsName }}
+
+ 未配置
+
+
+
+
+
+ 配置档案类型
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 保存
+
+
+
+
+
+
+
+