소스 검색

维修完善

guarantee-lsq 3 년 전
부모
커밋
8c2fe9afc9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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()
     },