Commit 6bca754b45105b0fd527bdc64f72693c9c279b27

Authored by chenxt
1 parent 20ac22be

快速报价

src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js
... ... @@ -2826,7 +2826,7 @@ class QuotationPackTableTree extends Component {
2826 2826 }
2827 2827 }
2828 2828  
2829   - const copyTo = {};
  2829 + let copyTo = {};
2830 2830 const copyToConfig = masterConfig.gdsconfigformslave.filter(item => item.sControlName.includes(name));
2831 2831 copyTo.name = name;
2832 2832 copyTo.config = copyToConfig;
... ...