guarantee-lsq 2 年 前
コミット
bead0bd101

+ 2 - 2
src/views/repair/application-form/modules/DetailRepair.vue

@@ -822,7 +822,7 @@ export default {
         this.dataFee = res.data
       })
       queryRepairReason({ repairId: this.model.id }).then(res => {
-        this.dataReason = res.data
+        this.dataReason = res.data // 维修报告
       })
       queryRepairRecord({ objId: this.model.id, remark: 'repair_record' }).then(res => {
         this.dataRecord = res.data.rows
@@ -834,7 +834,7 @@ export default {
         this.dataVerifyRecord = res.data.rows
       })
       getRepairSchemePage({ repairId: this.model.id }).then(res => {
-        this.dataRepairResolve = res.data.rows
+        this.dataRepairResolve = res.data.rows // 维修方案
       })
     },
     handleViewBom (record) {