From 2b8dc8a6e06943e93002c803d7be1e74f33e7222 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 20 Jun 2025 09:41:40 +0800 Subject: [PATCH] 处理快速报价报错问题; --- src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js index e54560e..61bc9be 100644 --- a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js +++ b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js @@ -2395,7 +2395,7 @@ class QuotationPackTableTree extends Component { return { ...item, sId: manyqtysData[index] ? manyqtysData[index].sId : item.sId, - handleType: dQuickQuoteProductQty ? 'add' : (manyqtysDataOld[index].handleType || item.handleType) + handleType: dQuickQuoteProductQty ? 'add' : (manyqtysDataOld[index]?.handleType || item.handleType) } }); if (cacheIndex === -1 && manyqtysData?.some(item => item.manyData)) { -- libgit2 0.22.2