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