From 005aa3c4bb40ff25ed57c1af1c58a10b024e4589 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 11 Jan 2024 18:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E8=AF=A6=E6=83=85=E9=87=8D?= =?UTF-8?q?=E7=BD=AE=E5=AF=86=E7=A0=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/addFeeConfig/addFeeConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();