Commit 6bca754b45105b0fd527bdc64f72693c9c279b27
1 parent
20ac22be
快速报价
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js
| @@ -2826,7 +2826,7 @@ class QuotationPackTableTree extends Component { | @@ -2826,7 +2826,7 @@ class QuotationPackTableTree extends Component { | ||
| 2826 | } | 2826 | } |
| 2827 | } | 2827 | } |
| 2828 | 2828 | ||
| 2829 | - const copyTo = {}; | 2829 | + let copyTo = {}; |
| 2830 | const copyToConfig = masterConfig.gdsconfigformslave.filter(item => item.sControlName.includes(name)); | 2830 | const copyToConfig = masterConfig.gdsconfigformslave.filter(item => item.sControlName.includes(name)); |
| 2831 | copyTo.name = name; | 2831 | copyTo.name = name; |
| 2832 | copyTo.config = copyToConfig; | 2832 | copyTo.config = copyToConfig; |