@@ -574,6 +574,12 @@
if (data.code == '0') {
this.loadingInstance.close();
this.$message.success('转换成功');
+
+ let _type = tt == 'P' ? 1 : tt == 'M' ? 2 : tt == 'A' ? 3 : 4;
+ this.currentNodeData.bomType = _type;
+ this.getTreeData();
+ this.getVersion();
}
});
},