Commit dcd5fff5ee28847854bef31724c89fa4f0f785c5
1 parent
56a55d8b
优化后道参数额外参数处理;
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/QuickQuote/index.jsx
| @@ -2941,10 +2941,10 @@ const BackendParamsExtraComponent = props => { | @@ -2941,10 +2941,10 @@ const BackendParamsExtraComponent = props => { | ||
| 2941 | sId: commonUtils.createSid(), | 2941 | sId: commonUtils.createSid(), |
| 2942 | value: changeValue[sFieldName], | 2942 | value: changeValue[sFieldName], |
| 2943 | sParam: showConfig.sParam, | 2943 | sParam: showConfig.sParam, |
| 2944 | - [sFieldName]: changeValue[sFieldName], | ||
| 2945 | sParamKey: showConfig.sName0, | 2944 | sParamKey: showConfig.sName0, |
| 2946 | sParamKeyNew: sFieldName, | 2945 | sParamKeyNew: sFieldName, |
| 2947 | }; | 2946 | }; |
| 2947 | + dropDownDataSelected[sFieldName] = dropDownDataSelected.value; | ||
| 2948 | const { sParam } = dropDownDataSelected; | 2948 | const { sParam } = dropDownDataSelected; |
| 2949 | const { sBackendParams = [] } = slaveData[iIndex].sBackProcessData[iIndex1]; | 2949 | const { sBackendParams = [] } = slaveData[iIndex].sBackProcessData[iIndex1]; |
| 2950 | const iIndex2 = sBackendParams.findIndex(item => item.sParam === sParam); | 2950 | const iIndex2 = sBackendParams.findIndex(item => item.sParam === sParam); |