|
|
@@ -614,7 +614,6 @@ export default {
|
|
|
async chooseStandardList(data) {
|
|
|
const that = this;
|
|
|
const arrays = []
|
|
|
- console.log(data, '222222222222222');
|
|
|
data.map((m) => {
|
|
|
m.parentId = this.newTreeId;
|
|
|
m.createTime = '';
|
|
|
@@ -622,7 +621,7 @@ export default {
|
|
|
m.level = Number(this.attributeData.level) + 1;
|
|
|
m.versions = this.attributeData.versions;
|
|
|
m.categoryId = m.id;
|
|
|
- m.dosage = 1;
|
|
|
+ // m.dosage = 1;
|
|
|
m.componentAttribute = m.componentAttribute;
|
|
|
m.rootCategoryLevelId = m.categoryLevelPathIdParent;
|
|
|
m.resourceBomVersionList = [];
|