From 0c6d0b34865951a09927728e2e24be8ee49850a5 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Thu, 19 Jun 2025 17:11:14 +0800 Subject: [PATCH] 修改报价参数传参; --- src/components/QuickQuote/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- libgit2 0.22.2