From c7e25dcd552f775817f5682572d4030e6ac756d8 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 09 五月 2024 10:10:24 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 1858949..dee79ce 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -674,13 +674,15 @@
               }
             }
             if (b.v.ps != undefined && b.v.ps.value === '缁撹') {
-              this.param[b.i].insResult = b
-              conclusionList.forEach((n, i) => {
-                if (n.r == b.r && n.c == b.c) {
-                  b.v.f =
-                    `(${this.comparisonList.find(j=>j.value==(finalList[i].c)).label}${finalList[i].r+1})`
-                }
-              })
+              if(b.i!==undefined){
+                this.param[b.i].insResult = b
+                conclusionList.forEach((n, i) => {
+                  if (n.r == b.r && n.c == b.c) {
+                    b.v.f =
+                      `(${this.comparisonList.find(j=>j.value==(finalList[i].c)).label}${finalList[i].r+1})`
+                  }
+                })
+              }
             }
             set.add(b.r)
             if (b.v.f) {

--
Gitblit v1.9.3