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