瀏覽代碼

维修方案

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