小注释

master
xxssyyyyssxx 2021-11-06 16:35:13 +08:00
parent 036475b492
commit 64ad3ee909
2 changed files with 5 additions and 1 deletions

View File

@ -59,6 +59,10 @@ public class ProjectBudgetService {
} }
/**
*
*
*/
public void saveBudget(Project project, BudgetBean budgetBean){ public void saveBudget(Project project, BudgetBean budgetBean){
//收入记录 //收入记录
income(project, budgetBean); income(project, budgetBean);

View File

@ -58,7 +58,7 @@ function appendTrCost() {
$("#costTable").append(template); $("#costTable").append(template);
//重新绑定删除事件和input修改事件 //重新绑定删除事件和input修改事件
bindDeleteBtn(); bindDeleteBtn();
bindChangeableInput(); //bindChangeableInput();
} }
/** /**
* 更新页面收入的数据累加 * 更新页面收入的数据累加