This commit is contained in:
parent
b835708340
commit
b137e6c7b9
|
|
@ -750,7 +750,6 @@ export default {
|
||||||
searchKey: path.join('').toLowerCase(),
|
searchKey: path.join('').toLowerCase(),
|
||||||
num: node.num || 0,
|
num: node.num || 0,
|
||||||
maTypeName: parents[parents.length - 1] || '',
|
maTypeName: parents[parents.length - 1] || '',
|
||||||
specificationType: node.typeName,
|
|
||||||
unitName: node.unitName,
|
unitName: node.unitName,
|
||||||
unitValue: node.unitValue,
|
unitValue: node.unitValue,
|
||||||
manageType: node.manageType
|
manageType: node.manageType
|
||||||
|
|
@ -802,7 +801,7 @@ export default {
|
||||||
...typeData,
|
...typeData,
|
||||||
preNum: 0,
|
preNum: 0,
|
||||||
typeModel: typeData.typeName,
|
typeModel: typeData.typeName,
|
||||||
typeName: typeData.specificationType,
|
typeName: typeData.maTypeName,
|
||||||
apDetection: '',
|
apDetection: '',
|
||||||
remark: '',
|
remark: '',
|
||||||
maCodeList: [],
|
maCodeList: [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue