曹睿
2025-05-21 15d3b001720d3baa8a30f5f6a105a6809e9ec063
src/pages/production/twist/receive/monofil.vue
@@ -52,7 +52,7 @@
  let codeArr = code.code.split(",");
  console.log("sb:", codeArr);
  const { data } = await TwistApi.getScarn({
    outPutId: codeArr[1],
    outPutId: codeArr[1].id,
  });
  const exists = cardList.value.some((item) => item.monofilamentNumber === data.monofilamentNumber);
  if (!exists) {