diff --git a/src/views/materialsStation/toolsBack/back/component/addReturn.vue b/src/views/materialsStation/toolsBack/back/component/addReturn.vue index a160853e..6cedd5c6 100644 --- a/src/views/materialsStation/toolsBack/back/component/addReturn.vue +++ b/src/views/materialsStation/toolsBack/back/component/addReturn.vue @@ -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) },