瀏覽代碼

维修完善

guarantee-lsq 2 年之前
父節點
當前提交
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()
     },