From 8b8e088d012550a662aca3aad96afaf6958efedf Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 14:33:06 +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