diff --git a/public/components/property/editFeeConfig/editFeeConfig.js b/public/components/property/editFeeConfig/editFeeConfig.js index 9a069180c..ff1897fb9 100644 --- a/public/components/property/editFeeConfig/editFeeConfig.js +++ b/public/components/property/editFeeConfig/editFeeConfig.js @@ -254,7 +254,8 @@ additionalAmount: '', isDefault:'', paymentCycle:'', - paymentCd:'' + paymentCd:'', + billType:'' }; vc.component.editFeeConfigInfo.feeTypeCds = _feeTypeCds; vc.component.editFeeConfigInfo.computingFormulas = _computingFormulas;