@@ -193,7 +193,6 @@ onMounted(() => {
}
proxy.post("/stockPreparation/getPackageBomList", orderList).then((res) => {
- console.log(res, "1111111111111111");
formData.data.inOutStorageBomList = formData.data.inOutStorageBomList.concat(res);
});