| | |
| | | } |
| | | }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) |
| | | } |
| | | }, |