diff --git a/public/components/property/addFeeConfig/addFeeConfig.js b/public/components/property/addFeeConfig/addFeeConfig.js index 0c18b31f9..2c0fc942b 100644 --- a/public/components/property/addFeeConfig/addFeeConfig.js +++ b/public/components/property/addFeeConfig/addFeeConfig.js @@ -290,7 +290,7 @@ return; } if ($that.addFeeConfigInfo.paymentCd != '1200') { //如果不是预付费 - $that.addFeeConfigInfo.prepaymentPeriod = ''; + $that.addFeeConfigInfo.prepaymentPeriod = '0'; } //收费项目去空 $that.addFeeConfigInfo.feeName = $that.addFeeConfigInfo.feeName.trim();