From a17fb0ba5a41bb48cadd85b0a2b44e4b6f081fad Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 9 Nov 2020 08:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/editFeeConfig/editFeeConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;