ysy 1 year ago
parent
commit
31e04cfb9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/material/BOMmanage/detailsPop.vue

+ 2 - 2
src/views/material/BOMmanage/detailsPop.vue

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