This commit is contained in:
bb_pan 2025-08-11 09:58:53 +08:00
parent c5426d4405
commit da31b828cc
1 changed files with 1 additions and 3 deletions

View File

@ -629,9 +629,7 @@ export default {
this.equipmentList = data.backApplyDetailsList
this.equipmentList.forEach(item => {
item.tempMaCodeList = item.maCodeList || item.maCodeVoList || []
// const temp = item.typeName
// item.typeName = item.materialName
// item.typeModel = temp
item.maTypeName = item.materialName
})
this.GetDeviceTypeTreeFn(data.backApplyInfo.agreementId)
},