From 55cdca8b23c23b9f5bdd9eaf5ab0500376e29088 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 25 十二月 2024 13:14:51 +0800 Subject: [PATCH] Merge branch 'cnas' of http://114.132.189.42:9002/r/tx-lims-before into cnas --- 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