소스 검색

维修方案

guarantee-lsq 2 년 전
부모
커밋
e849afa85b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/repair/application-form/modules/DetailRepair.vue

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

@@ -816,7 +816,7 @@ export default {
       queryRepairRecord({ objId: this.model.id, remark: 'repair_verify_record' }).then(res => {
         this.dataVerifyRecord = res.data.rows
       })
-      getRepairSchemePage({ repairId: this.model.id }).then(res => {
+      getRepairSchemePage({ sbId: this.model.sbId }).then(res => {
         this.dataRepairResolve = res.data.rows
       })
     },