From c389f04674383b9f189d6107354c7d25015aec88 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Thu, 2 Dec 2021 16:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/assets/js/project_budget_plan.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/static/assets/js/project_budget_plan.js b/src/main/resources/static/assets/js/project_budget_plan.js index 4a9bcc9..9acb190 100644 --- a/src/main/resources/static/assets/js/project_budget_plan.js +++ b/src/main/resources/static/assets/js/project_budget_plan.js @@ -389,7 +389,6 @@ function calUnderwrittenPlan(income, cost, prevFundBalance) { //数据还不全的时候 underwrittenPlan = NaN; }else { - ; if (f2(income) - f2(cost) >= 0) { underwrittenPlan = 0; } else {