|
@@ -287,7 +287,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- async open(type, versions, categoryId, treeId) {
|
|
|
|
|
|
|
+ async open(type, versions, categoryId, treeId, isTemp) {
|
|
|
this.attributeData = {};
|
|
this.attributeData = {};
|
|
|
this.attributeData.bomType = type;
|
|
this.attributeData.bomType = type;
|
|
|
|
|
|
|
@@ -297,7 +297,8 @@
|
|
|
const res = await getBomTreeList({
|
|
const res = await getBomTreeList({
|
|
|
categoryId,
|
|
categoryId,
|
|
|
versions,
|
|
versions,
|
|
|
- bomType: type
|
|
|
|
|
|
|
+ bomType: type,
|
|
|
|
|
+ isTemp
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
this.bomTreeList = res.data;
|
|
this.bomTreeList = res.data;
|