From aa1faf474e67a40bed983abc0a6d1868bd38ce19 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期六, 11 十月 2025 11:37:33 +0800
Subject: [PATCH] fix: 配置文件
---
src/pages/production/twist/receive/monofil.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/production/twist/receive/monofil.vue b/src/pages/production/twist/receive/monofil.vue
index d5cc002..87cc830 100644
--- a/src/pages/production/twist/receive/monofil.vue
+++ b/src/pages/production/twist/receive/monofil.vue
@@ -189,7 +189,7 @@
nodeList.value.forEach((node) => {
node.strandedWireDish.forEach((item: any) => {
- item.twistId = node.twistId;
+ item.saleTwistId = node.twistId;
});
if (node.strandedWireDish && Array.isArray(node.strandedWireDish)) {
const layerNewData = node.strandedWireDish.filter(
--
Gitblit v1.9.3