From 6bca754b45105b0fd527bdc64f72693c9c279b27 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Tue, 11 Nov 2025 09:20:13 +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 f9aec54..1a6c235 100644 --- a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js +++ b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js @@ -2826,7 +2826,7 @@ class QuotationPackTableTree extends Component { } } - const copyTo = {}; + let copyTo = {}; const copyToConfig = masterConfig.gdsconfigformslave.filter(item => item.sControlName.includes(name)); copyTo.name = name; copyTo.config = copyToConfig; -- libgit2 0.22.2