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