lxf 1 年之前
父節點
當前提交
716f10e27a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/production/operation/batching/quick.vue

+ 0 - 1
src/views/production/operation/batching/quick.vue

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