From b69779fa1b96309d97e5f9eabd4f50f2fa880ccc Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 30 May 2025 13:49:30 +0800 Subject: [PATCH] 优化快速报价传惨; --- src/components/QuickQuote/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index e00aa31..96251ef 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -1268,7 +1268,7 @@ const BoxComponent = props => { viewConfigs: newConfig, tableConfig: { ...slaveConfig, gdsconfigformslave: newConfig }, iColValueView: 24, - viewRow: slaveRowData, + viewRow: { ...slaveRowData, sProductClassifyId: selectedNode.sId }, tableName: `slaveUp${boxModel}`, }; }; @@ -1780,6 +1780,8 @@ const MaterialsComponent = props => { sName: "bComMaterials", iColValue: 4, }; + } else { + return item; } }); -- libgit2 0.22.2