From 498f739c29782b92b5a6c90a7628e6e2c44f2a1a Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Mon, 23 Jun 2025 13:19:57 +0800 Subject: [PATCH] 优化后道参数默认值; --- src/components/QuickQuote/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index ac9dbe9..05dbfe0 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -235,7 +235,7 @@ const QuickQuoteEvent = props => { sId: commonUtils.createSid(), value: sParamDefault, sParam: sParam, - [`sParams${index}`]: sParamDefault, + [`sParam${index + 1}`]: sParamDefault, }; }) .filter(item => item !== ""); -- libgit2 0.22.2