guarantee-lsq преди 2 години
родител
ревизия
bead0bd101
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/repair/application-form/modules/DetailRepair.vue

+ 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) {