This commit is contained in:
bb_pan 2025-05-16 10:21:10 +08:00
parent b835708340
commit b137e6c7b9
1 changed files with 1 additions and 2 deletions

View File

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