diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 8c20b58..2806f61 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2497,8 +2497,8 @@ const BackendParamsExtraComponent = props => { const viewConfigs = backendParamsConfig.map((item, index) => ({ ...item, - sName0: `sParams${index + 1}`, - sName: item.sFieldName || `sParams${index + 1}`, + sName0: `sParam${index + 1}`, + sName: item.sFieldName || `sParam${index + 1}`, showName: item.sParam, sDropDownType: item.sParamDropDown ? "sql" : "", iColValue: 4,