lxf 1 år sedan
förälder
incheckning
6c1d2bfef9
1 ändrade filer med 0 tillägg och 1 borttagningar
  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" });
   }
 };