lxf il y a 1 an
Parent
commit
6c1d2bfef9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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" });
   }
 };