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