From b137e6c7b9f0efa036d5a148de44aa1239b63794 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 16 May 2025 10:21:10 +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 --- src/views/material/back/component/addReturn.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue index e7d1290b..ef3ab4dd 100644 --- a/src/views/material/back/component/addReturn.vue +++ b/src/views/material/back/component/addReturn.vue @@ -750,7 +750,6 @@ export default { searchKey: path.join('').toLowerCase(), num: node.num || 0, maTypeName: parents[parents.length - 1] || '', - specificationType: node.typeName, unitName: node.unitName, unitValue: node.unitValue, manageType: node.manageType @@ -802,7 +801,7 @@ export default { ...typeData, preNum: 0, typeModel: typeData.typeName, - typeName: typeData.specificationType, + typeName: typeData.maTypeName, apDetection: '', remark: '', maCodeList: [],