Merge branch 'material-ui' of http://192.168.30.2:3000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
bd6d009312
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue