From ab04ec484fb2907cb75608280dcd4d12aa48d073 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期六, 28 六月 2025 14:15:27 +0800
Subject: [PATCH] 详情文件下载

---
 laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue b/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue
index ace1d6c..4fbb4db 100644
--- a/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue
+++ b/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue
@@ -161,7 +161,7 @@
                         }]
                     }
                     if (res.qaTestItemReportList && res.qaTestItemReportList.length > 0) {
-                        this.reportTableData = res.qaTestItemReportList
+                        this.reportTableData = res.qaTestItemReportList.filter(item=> item.status!='-1')
                     }
                 } else {
                     this.$message.error(res.msg || '获取详情失败')

--
Gitblit v1.7.1