From 114a21038aa8b1ac6115b8608089496f914ff31a Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Tue, 2 Dec 2025 17:43:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fileManager/fileManager.js | 7 +++ .../components/rectificationList.vue | 55 ++++++++++++++++++- 2 files changed, 59 insertions(+), 3 deletions(-) diff --git a/src/api/archivesManagement/fileManager/fileManager.js b/src/api/archivesManagement/fileManager/fileManager.js index dce643fa..64eb77d9 100644 --- a/src/api/archivesManagement/fileManager/fileManager.js +++ b/src/api/archivesManagement/fileManager/fileManager.js @@ -92,6 +92,13 @@ export function updateRectificationApi(data) { data:data, }) } +export function deleteRectificationApi(data) { + return request({ + url: '/blade-system/fileManage/delRectification', + method: 'post', + data:data, + }) +} // 删除档案目录 export function delFileManageApi(data) { diff --git a/src/views/fileManager/components/rectificationList.vue b/src/views/fileManager/components/rectificationList.vue index c6942cfa..e4983483 100644 --- a/src/views/fileManager/components/rectificationList.vue +++ b/src/views/fileManager/components/rectificationList.vue @@ -30,6 +30,16 @@ > 编辑 + + + 移除 + @@ -64,11 +74,12 @@