|
|
|
@ -2373,6 +2373,7 @@ export default { |
|
|
|
...row, |
|
|
|
shutdownWarranty: row.repairReportingType === '设备故障' ? '是' : '否', |
|
|
|
} |
|
|
|
this.detailData.knowledgeFlag = 'Y' |
|
|
|
await this.getSparPartImages(); |
|
|
|
await this.getFeedBackImages(); |
|
|
|
this.detailData.uploadMalfunctionPicturesFlag = this.feedBackImages.length > 0 ? 'Y' : 'N' |
|
|
|
|