chenhj
2025-07-29 da649b8c712a4f6f60bc2ee2faafe1ff76c2a4e3
src/pages/production/twist/receive/monofil.vue
@@ -93,6 +93,7 @@
const save = async () => {
  const value = cardList.value.filter((item: { id?: number }) => item.id === undefined || item.id === null);
  toast.success(JSON.parse(value));
  const { code } = await TwistApi.addStrandedWireDish(value);
  if (code == 200) {