src/pages/production/twist/receive/monofil.vue
@@ -95,6 +95,7 @@ const { code } = await TwistApi.addStrandedWireDish(cardList.value); if (code == 200) { toast.success("保存成功"); cardList.value = []; pagingRef.value.refresh(); } else { toast.error("保存失败");