ysy 1 rok temu
rodzic
commit
d0d6ba0d34
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      src/views/material/BOMmanage/detailsPop.vue

+ 4 - 1
src/views/material/BOMmanage/detailsPop.vue

@@ -10,6 +10,7 @@
       <!-- 自定义头部 -->
       <div class="custom-drawer-header" v-if="!isWt">
         <div class="radio_box rx-cc">
+   
           <el-radio-group
             size="small"
             v-model="currentNodeData.bomType"
@@ -439,7 +440,8 @@
 
     computed: {
       clientEnvironmentId() {
-        return this.$store.state.user.info.clientEnvironmentId;
+        // return this.$store.state.user.info.clientEnvironmentId;
+        return 2
       }
     },
 
@@ -455,6 +457,7 @@
 
         if (Object.prototype.hasOwnProperty.call(row, 'bomType')) {
           this.currentNodeData.bomType = row.bomType;
+        
         }
         this.drawer = true;
         this.getTreeData();