src/pages/production/twist/receive/monofil.vue
@@ -92,10 +92,14 @@ }; const save = async () => { const { code } = await TwistApi.addStrandedWireDish(cardList.value); const value = cardList.value.filter((item: { id?: number }) => item.id === undefined); const { code } = await TwistApi.addStrandedWireDish(value); if (code == 200) { toast.success("保存成功"); cardList.value = []; pagingRef.value.refresh(); getList(); } else { toast.error("保存失败"); }