chenhj
2025-07-29 ac599197755d425fe28b7597f2cedbd28b6bd44a
src/pages/production/twist/receive/monofil.vue
@@ -95,9 +95,9 @@
const save = async () => {
  const value = cardList.value.filter((item: { id?: number }) => item.id === undefined || item.id === null);
  const { code } = await TwistApi.addStrandedWireDish(value);
  const { code,msg } = await TwistApi.addStrandedWireDish(value);
  if (code == 200) {
    toast.success("保存成功");
    toast.success(msg);
    cardList.value = [];
    pagingRef.value.refresh();
    getList();