From a2df7ab14862c4888542d94e66b069e988801360 Mon Sep 17 00:00:00 2001 From: hanbo <2608504783@qq.com> Date: Wed, 5 Jan 2022 11:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=AE=97=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/assets/js/project_budget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/assets/js/project_budget.js b/src/main/resources/static/assets/js/project_budget.js index 850e440..d47d3e2 100644 --- a/src/main/resources/static/assets/js/project_budget.js +++ b/src/main/resources/static/assets/js/project_budget.js @@ -194,7 +194,7 @@ $(function () { dataPlan = prepareAjaxDataVerify(dataPlan, BUDGET_PLAN_DETAIL, $("#id").val()); if(dataPlan){ - postAjax(base+"/project/budgetEditSaveBudgetPlanDetail", dataPlan, updateBudgetPlanDetailData); + postAjax(base+"/project/budgetEditSaveBudgetPlanDetail", dataPlan); } updateBudgetPlanDetailDataUnsubmit();