From 527efb36f35b471710e445972673abff45bacdac Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 12 九月 2025 17:36:09 +0800
Subject: [PATCH] 401跳转登录

---
 laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue b/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
index d30d35f..8fcc614 100644
--- a/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
+++ b/laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
@@ -67,16 +67,10 @@
                     </div>
                 </div>
                 <el-form-item prop="name" style="margin-top: 18px">
-                    <!-- <el-upload 
-                        action="#" 
-                        :file-list="fileList"
-                        :http-request="handleUpload"
-                        :before-upload="beforeUpload"
-                        :on-remove="handleRemove">
-                        <el-button size="small" type="primary">点击上传</el-button>
-                        <div slot="tip" class="el-upload__tip">支持任意格式文件上传</div>
-                    </el-upload> -->
-                    <el-upload action="#" :file-list="fileList" :http-request="handleUpload" :disabled="this.$route.query.type === 'detail'"
+                     <el-upload action="#" 
+                     :file-list="fileList"
+                      :http-request="handleUpload"
+                       :disabled="this.$route.query.type === 'detail'"
                         :before-upload="beforeUpload" :on-remove="handleRemove">
                         <el-button size="small" type="primary">点击上传</el-button>
                         <div slot="tip" class="el-upload__tip">支持任意格式文件上传</div>
@@ -193,7 +187,7 @@
                         this.form.qaReportFiles = []
                     }
                 } else {
-                    this.$message.error(res.message || '获取详情失败')
+                    // this.$message.error(res.message || '获取详情失败')
                 }
             })
         },

--
Gitblit v1.7.1