From 361ad5b0e714619072b4a2c3b48ea8f40af64554 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期六, 28 六月 2025 14:57:29 +0800
Subject: [PATCH] 修改bug

---
 culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue
index f46face..e250b34 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/components/approval/index.vue
@@ -64,8 +64,7 @@
                                 </div>
                             </div>
                             <el-form-item prop="name" style="margin-top: 38px">
-                                <el-upload action="#" :file-list="fileList" :http-request="handleUpload"
-                                    :before-upload="beforeUpload" :on-preview="handlePreview" :on-remove="handleRemove">
+                                <el-upload action="#" :file-list="fileList" :on-preview="handlePreview">
                                     <el-button size="small" type="primary">点击上传</el-button>
                                     <div slot="tip" class="el-upload__tip">支持任意格式文件上传</div>
                                 </el-upload>

--
Gitblit v1.7.1