ysy 1 anno fa
parent
commit
56b2f10474
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/views/material/BOMmanage/details.vue

+ 0 - 1
src/views/material/BOMmanage/details.vue

@@ -327,7 +327,6 @@
           });
       },
       bomChange(e) {
-        console.log(e);
         this.currentNodeData.bomType = e;
         this.getTreeData();
       },