@@ -393,7 +393,7 @@
isFullscreen: true,
currentNodeData: {
- bomType: 1,
+ bomType: this.clientEnvironmentId == 2 ? 2: 1,
children: []
},
@@ -531,7 +531,7 @@
});
} else {
this.currentNodeData = {
};
}