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];