|
@@ -463,6 +463,8 @@
|
|
|
|
|
|
|
|
this.getTreeData();
|
|
this.getTreeData();
|
|
|
this.getVersion();
|
|
this.getVersion();
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
handleClose() {
|
|
handleClose() {
|
|
@@ -530,8 +532,6 @@
|
|
|
if (id) {
|
|
if (id) {
|
|
|
getBomGetById(id).then((res) => {
|
|
getBomGetById(id).then((res) => {
|
|
|
|
|
|
|
|
- console.log(res,'res33333333333333333');
|
|
|
|
|
-
|
|
|
|
|
res.data.attributeType = res.data.category.attributeType;
|
|
res.data.attributeType = res.data.category.attributeType;
|
|
|
|
|
|
|
|
this.currentNodeData = res.data;
|
|
this.currentNodeData = res.data;
|
|
@@ -624,6 +624,7 @@
|
|
|
this.$message.success('转换成功');
|
|
this.$message.success('转换成功');
|
|
|
|
|
|
|
|
this.currentNodeData.bomType = _type;
|
|
this.currentNodeData.bomType = _type;
|
|
|
|
|
+ this.searchObj.versions = '';
|
|
|
this.getTreeData();
|
|
this.getTreeData();
|
|
|
this.getVersion();
|
|
this.getVersion();
|
|
|
}
|
|
}
|