chenhj
2025-07-29 da649b8c712a4f6f60bc2ee2faafe1ff76c2a4e3
修改扫码问题
已修改1个文件
1 ■■■■ 文件已修改
src/pages/production/twist/receive/monofil.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/twist/receive/monofil.vue
@@ -93,6 +93,7 @@
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) {