From dcd5fff5ee28847854bef31724c89fa4f0f785c5 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Tue, 1 Jul 2025 10:46:49 +0800 Subject: [PATCH] 优化后道参数额外参数处理; --- src/components/QuickQuote/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 5b224c7..4126838 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2941,10 +2941,10 @@ const BackendParamsExtraComponent = props => { sId: commonUtils.createSid(), value: changeValue[sFieldName], sParam: showConfig.sParam, - [sFieldName]: changeValue[sFieldName], sParamKey: showConfig.sName0, sParamKeyNew: sFieldName, }; + dropDownDataSelected[sFieldName] = dropDownDataSelected.value; const { sParam } = dropDownDataSelected; const { sBackendParams = [] } = slaveData[iIndex].sBackProcessData[iIndex1]; const iIndex2 = sBackendParams.findIndex(item => item.sParam === sParam); -- libgit2 0.22.2