licp
2024-12-09 c720c2a6eb50796876cae4b18b37b54e9a99ea60
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)
      }
    },