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