|
@@ -971,7 +971,7 @@ export default {
|
|
|
this.loading = false
|
|
|
this.model = res.data
|
|
|
this.visible = true
|
|
|
- this.dispatchList = JSON.parse(this.model.repairDispatchList)
|
|
|
+ // this.dispatchList = JSON.parse(this.model.repairDispatchList)
|
|
|
})
|
|
|
this.init()
|
|
|
},
|
|
@@ -990,6 +990,9 @@ export default {
|
|
|
this.loading = false
|
|
|
this.dataRecord = res.data.rows
|
|
|
})
|
|
|
+ fetchRepairApplicationForm({ id: this.model.id }).then(res => {
|
|
|
+ this.model = res.data
|
|
|
+ })
|
|
|
},
|
|
|
handleVerifyRecordOk () {
|
|
|
this.loading = true
|