From cdd53ad94b779da51c8e9213b504527c182418eb Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 22 Nov 2024 15:09:08 +0800
Subject: [PATCH] 项目管理
---
src/views/safetyReview/projectManage/components/projectArchive.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/safetyReview/projectManage/components/projectArchive.vue b/src/views/safetyReview/projectManage/components/projectArchive.vue
index 85e7cbb..18af4ec 100644
--- a/src/views/safetyReview/projectManage/components/projectArchive.vue
+++ b/src/views/safetyReview/projectManage/components/projectArchive.vue
@@ -148,6 +148,7 @@
state.fileList = state.fileList.map(item => {
return {
name: item.name,
+ originalFileName: item.name,
filePath: item.response.url,
fileName:item.response.fileName,
projectId: state.projectId,
--
Gitblit v1.9.2