Commit 0c6d0b34865951a09927728e2e24be8ee49850a5

Authored by zhangzzzz
1 parent 3e2346f1

修改报价参数传参;

src/components/QuickQuote/index.jsx
... ... @@ -2497,8 +2497,8 @@ const BackendParamsExtraComponent = props => {
2497 2497  
2498 2498 const viewConfigs = backendParamsConfig.map((item, index) => ({
2499 2499 ...item,
2500   - sName0: `sParams${index + 1}`,
2501   - sName: item.sFieldName || `sParams${index + 1}`,
  2500 + sName0: `sParam${index + 1}`,
  2501 + sName: item.sFieldName || `sParam${index + 1}`,
2502 2502 showName: item.sParam,
2503 2503 sDropDownType: item.sParamDropDown ? "sql" : "",
2504 2504 iColValue: 4,
... ...