From 3a828975cbc2b2813dc88b79e208a18bae9657f3 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期五, 27 六月 2025 16:44:26 +0800
Subject: [PATCH] fix

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

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue
index a914b6b..fd1cd80 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneFour/components/evaluate/index.vue
@@ -198,7 +198,7 @@
             return this.type == 1 || this.type == '1' ? this.assessmentTable2 : this.assessmentTable1;
         },
         fullScore() {
-            return this.type == 1 || this.type == '1'
+            return this.type == 2 || this.type == '2'
                 ? this.assessmentTable1.reduce((sum, item) => sum + (item.fullScore || 0), 0)
                 : this.assessmentTable2.reduce((sum, item) => sum + (item.fullScore || 0), 0);
         },

--
Gitblit v1.7.1