From da31b828cc7e6ae281fa25f6b646955b767e4d20 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 11 Aug 2025 09:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../materialsStation/toolsBack/back/component/addReturn.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) },