diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index bdf06df..4ba4625 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -533,7 +533,7 @@ const QuickQuoteEvent = props => { processInfo: item.sBackProcessData?.map(item => ({ ...item, - sProcessId: item.sId, + sProcessId: item.sProcessId || item.sId, })) || [], }; }),