预算页面修改

master
hanbo 2022-01-05 11:26:17 +08:00
parent 92ab8c781d
commit a2df7ab148
1 changed files with 1 additions and 1 deletions

View File

@ -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();