lxf 1 year ago
parent
commit
6c1d2bfef9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/production/warehouse/putInStorage/add.vue

+ 0 - 1
src/views/production/warehouse/putInStorage/add.vue

@@ -219,7 +219,6 @@ const selectBOM = (item) => {
       purchaseQuantity: item.purchaseQuantity,
       arrivalQuantity: item.arrivalQuantity,
     });
-    console.log(formData.data.inOutStorageBomList);
     ElMessage({ message: "选择完成", type: "success" });
   }
 };