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
       })
     },