ysy 1 yıl önce
ebeveyn
işleme
31e04cfb9e
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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: []
           };
         }