From 7c4f13f3e07804b506af374b230d5bfeaacd5c30 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Mon, 7 Jul 2025 16:22:13 +0800 Subject: [PATCH] 解决长宽高下拉报错问题; --- src/components/QuickQuote/index.jsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 50582a9..d4d080b 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -1360,7 +1360,6 @@ const TreeComponent = props => { }; }); }; - console.log(selectedNode, "selectedNode"); if (selectedNode.sTypeKey === "juantong") { props.onSaveState({ masterData: { ...props.masterData, sFormId: "101251240115016002356125200" }, @@ -1378,6 +1377,7 @@ const TreeComponent = props => { { + props.onSaveState({ currentBoxModel: undefined }); props.setState(pre => { const { masterData = {} } = pre; const { sProductName, sProductUnit } = masterData; @@ -1647,9 +1647,6 @@ const BoxComponent = props => { ) { return false; } - if (item.sName === "iRateType") { - console.log(item, "iRateType"); - } if (Number(selectedNode.iRateType) === 0 && item.sName === "iPage") { return false; } else { @@ -2205,7 +2202,6 @@ const BoxComponent = props => { dSvgBoxHeight: 200, showNew: 1, }; - console.log(boxList, "boxList"); // upViewProps.viewRow = @@ -2221,7 +2217,6 @@ const BoxComponent = props => { { src: slaveRowData.sPackDetailPathUpLoad, alt: "展开图" }, { src: slaveRowData.sPackPath, alt: "立体图" }, ]; - console.log(state, "activeKey"); const { activeKey = 0 } = state; return (