From ff017259dac281ca30195b4d2d337f14c24f9332 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 19 十二月 2024 14:16:25 +0800
Subject: [PATCH] 完成cnas8.7搬迁
---
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