From daf5ffe2c9c161b424f717a774887f6239271300 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Sat, 1 Jun 2024 00:46:00 +0800
Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E5=AE=9E=E6=96=BD=E9=99=84=E4=BB=B6=E6=9F=A5=E8=AF=A2=E5=8F=8A?=
=?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/project-manage/index.js | 6 +--
.../project-management/filing/attachment.vue | 50 +++++++++++--------
.../implementation/attachment.vue | 25 +++++++---
.../implementation/upload.vue | 27 +++++++---
4 files changed, 68 insertions(+), 40 deletions(-)
diff --git a/src/api/project-manage/index.js b/src/api/project-manage/index.js
index 42a57b9..4ac08f9 100644
--- a/src/api/project-manage/index.js
+++ b/src/api/project-manage/index.js
@@ -77,13 +77,11 @@ export const addLedger = (data) => {
});
};
-export const getTags = (projectId) => {
+export const getTags = (params) => {
return request({
url: '/workflow/mosr/project/implementation/option',
method: "get",
- params:{
- projectId:projectId
- }
+ params:params
});
};
//项目归档
diff --git a/src/views/project-management/filing/attachment.vue b/src/views/project-management/filing/attachment.vue
index 4c7788c..0752f87 100644
--- a/src/views/project-management/filing/attachment.vue
+++ b/src/views/project-management/filing/attachment.vue
@@ -1,23 +1,30 @@
-
-
-
-
-
- 搜索
- 上传附件
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 搜索
+ 上传附件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+