chenhj
2025-07-29 31a0037959d6d9006ad1e03a8cb14e606d79dd95
修改扫码问题
已修改1个文件
2 ■■■ 文件已修改
src/pages/production/twist/receive/monofil.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/receive/monofil.vue
@@ -92,7 +92,7 @@
};
const save = async () => {
  const value = cardList.value.filter((item: { id?: number }) => item.id === undefined);
  const value = cardList.value.filter((item: { id?: number }) => item.id === undefined || item.id === null);
  const { code } = await TwistApi.addStrandedWireDish(value);
  if (code == 200) {