chenhj
2025-07-29 43b913808ddf8769a4af73eb98733c6ce455edb6
src/pages/production/twist/receive/monofil.vue
@@ -92,7 +92,9 @@
};
const save = async () => {
  const { code } = await TwistApi.addStrandedWireDish(cardList.value);
  const value = cardList.value.filter((item: { id?: number }) => item.id === undefined || item.id === null);
  const { code } = await TwistApi.addStrandedWireDish(value);
  if (code == 200) {
    toast.success("保存成功");
    cardList.value = [];