|
@@ -314,6 +314,8 @@ const handleFormOk = () => {
|
|
|
baseInfoId: props.protocolId,
|
|
|
platformProtocolInfoId: standardParam.id,
|
|
|
paramName: props.paramName || standardParam.platformParamName,
|
|
|
+ gatewayParamName: props.paramInfo?.gatewayParamName || standardParam.gatewayParamName,
|
|
|
+ gatewayParamCode: props.paramInfo?.gatewayParamCode || standardParam.gatewayParamCode,
|
|
|
id: props.paramId,
|
|
|
});
|
|
|
|