From 2a5134fd1f2b40c3dc59faf29018999790cc0d0a Mon Sep 17 00:00:00 2001
From: xuhuajiao <13476289682@163.com>
Date: Mon, 16 Oct 2023 17:03:43 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=BD=92=E6=A1=A3=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../prearchiveLibrary/prearchiveLibrary.js | 12 +-
src/views/components/category/PreviewForm.vue | 243 ++++++++++++------
src/views/prearchiveLibrary/index.vue | 89 ++++---
.../fileLibraryManage/fieldManage/index.vue | 4 +-
4 files changed, 235 insertions(+), 113 deletions(-)
diff --git a/src/api/prearchiveLibrary/prearchiveLibrary.js b/src/api/prearchiveLibrary/prearchiveLibrary.js
index 16909cb..6f0786e 100644
--- a/src/api/prearchiveLibrary/prearchiveLibrary.js
+++ b/src/api/prearchiveLibrary/prearchiveLibrary.js
@@ -24,7 +24,7 @@ export function add(data) {
})
}
-export function edit(data) {
+export function prearchEdit(data) {
return request({
url: 'api/re-document/editDocument',
method: 'post',
@@ -49,4 +49,12 @@ export function FetchDoeditDocument(params) {
})
}
-export default { add, edit, del, FetchInitPreDocument, FetchInitDocumentsViewTable, FetchDoeditDocument }
+export function FetchReDoeditIsRepeat(params) {
+ return request({
+ url: 'api/re-document/doeditIsRepeat',
+ method: 'get',
+ params
+ })
+}
+
+export default { add, prearchEdit, del, FetchInitPreDocument, FetchInitDocumentsViewTable, FetchDoeditDocument }
diff --git a/src/views/components/category/PreviewForm.vue b/src/views/components/category/PreviewForm.vue
index 14b0710..633d5ac 100644
--- a/src/views/components/category/PreviewForm.vue
+++ b/src/views/components/category/PreviewForm.vue
@@ -53,20 +53,18 @@
-
-
-
-
+
+
+
+
+
上传
-
+
@@ -91,13 +89,13 @@