This commit is contained in:
parent
c5426d4405
commit
da31b828cc
|
|
@ -629,9 +629,7 @@ export default {
|
||||||
this.equipmentList = data.backApplyDetailsList
|
this.equipmentList = data.backApplyDetailsList
|
||||||
this.equipmentList.forEach(item => {
|
this.equipmentList.forEach(item => {
|
||||||
item.tempMaCodeList = item.maCodeList || item.maCodeVoList || []
|
item.tempMaCodeList = item.maCodeList || item.maCodeVoList || []
|
||||||
// const temp = item.typeName
|
item.maTypeName = item.materialName
|
||||||
// item.typeName = item.materialName
|
|
||||||
// item.typeModel = temp
|
|
||||||
})
|
})
|
||||||
this.GetDeviceTypeTreeFn(data.backApplyInfo.agreementId)
|
this.GetDeviceTypeTreeFn(data.backApplyInfo.agreementId)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue