Browse Source

维修完善

guarantee-lsq 2 years ago
parent
commit
8c2fe9afc9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/repair/application-form/modules/DetailRepair.vue

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

@@ -766,7 +766,6 @@ export default {
       console.log(111)
       console.log(record)
       this.activeKey = 'a'
-      this.dispatchList = JSON.parse(record.repairDispatchList)
       const sbId = record.sbId
       if (sbId) {
         fetchSbInfo({ id: sbId }).then(res => {
@@ -971,7 +970,6 @@ export default {
         this.loading = false
         this.model = res.data
         this.visible = true
-        // this.dispatchList = JSON.parse(this.model.repairDispatchList)
       })
       this.init()
     },