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: [],