ysy hace 1 año
padre
commit
56b2f10474
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();
       },