From 68ccca3ed646acdea8e11f460b432a0c5d02797f Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 4 Jul 2025 16:40:20 +0800 Subject: [PATCH] 优化额外参数; --- src/components/QuickQuote/index.jsx | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 1debc7e..339bb0f 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -3107,6 +3107,7 @@ const BackendParamsExtraComponent = props => { })), tableConfig: { ...slaveConfig, gdsconfigformslave: viewConfigs }, iColValueView: 24, + viewRow: { sId: slaveRowData.sId }, getViewRow: config => { if (sParentFieldsName === "sPrint") { return [slaveRowData, ...sBackProcessData].find(item => item.sId === printParamsId); @@ -3163,6 +3164,7 @@ const BackendParamsExtraComponent = props => { sParam: showConfig.sParam, sParamKey: sFieldName, }; + if (!dropDownDataSelected) return; dropDownDataSelected[sFieldName] = dropDownDataSelected.value; const { sParam } = dropDownDataSelected; const { sBackendParams = [] } = slaveData[iIndex].sBackProcessData[iIndex1]; -- libgit2 0.22.2