From 5c8aaba66c16b1a143fdec27e29ad36eaefd1e3a Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 31 十二月 2024 14:33:25 +0800
Subject: [PATCH] 无源器件检验开发

---
 src/components/do/b1-inspect-order-plan/power-capacity.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/power-capacity.vue b/src/components/do/b1-inspect-order-plan/power-capacity.vue
index 19a9d2a..a2bd49f 100644
--- a/src/components/do/b1-inspect-order-plan/power-capacity.vue
+++ b/src/components/do/b1-inspect-order-plan/power-capacity.vue
@@ -79,8 +79,8 @@
         }
       }else{
         // 鏈夋楠屾椂鍒濆鍖�
-        this.$set(this.currentInfo, 'equipValue', this.currentInfo.insProductResult.equipValue)
-        this.$set(this.currentInfo, 'equipName', this.currentInfo.insProductResult.equipName)
+        this.$set(this.currentInfo,'equipValue',this.currentInfo.insProductResult.equipValue?JSON.parse(this.currentInfo.insProductResult.equipValue)[0].v:'')
+        this.$set(this.currentInfo,'equipName',this.currentInfo.insProductResult.equipName?JSON.parse(this.currentInfo.insProductResult.equipName)[0].v:'')
         this.currentInfo.list = JSON.parse(this.currentInfo.insProductResult.insValue)
       }
     },

--
Gitblit v1.9.3