From 2814a065bc65e5cdc4ea153813da7ff3e34450a5 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 15:19:15 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- 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