From c398d0007ac2152840822ab109d227f6e1cbab32 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 16 Jun 2021 00:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B4=B9=E7=94=A8=E5=85=B1?= =?UTF-8?q?=E4=BA=AB=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/editFeeConfig/editFeeConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/property/editFeeConfig/editFeeConfig.js b/public/components/property/editFeeConfig/editFeeConfig.js index 458dd75d1..f30558cda 100755 --- a/public/components/property/editFeeConfig/editFeeConfig.js +++ b/public/components/property/editFeeConfig/editFeeConfig.js @@ -236,7 +236,7 @@ } //自定义费用 if (vc.component.editFeeConfigInfo.computingFormula == '7007' - ||vc.component.editFeeConfigInfo.computingFormula != '4004') { + || vc.component.editFeeConfigInfo.computingFormula == '4004') { vc.component.editFeeConfigInfo.squarePrice = "0.00"; vc.component.editFeeConfigInfo.additionalAmount = "0.00"; }