保存成功后自动关闭对话框

master
xxssyyyyssxx 2021-12-08 16:47:19 +08:00
parent a5f5e90e19
commit 265e17c478
4 changed files with 4 additions and 0 deletions

View File

@ -209,6 +209,7 @@ function updateCostData(data, returnData) {
updateProjectContributionProfitRate();
alert("保存成功");
$('#my-prompt-cost-detail').modal('close');
}
function bindOtherOtherChangeable() {

View File

@ -138,4 +138,5 @@ function updateCostProjectManageData(data,returnData) {
updateProjectContributionProfitRate();
alert("保存成功");
$('#my-prompt-cost-project-manage-detail').modal('close');
}

View File

@ -69,6 +69,7 @@ function updateIncomeData(data,returnData) {
updateProjectContributionProfitRate();
alert("保存成功");
$('#my-prompt-income-detail').modal('close');
}

View File

@ -574,6 +574,7 @@ function updateBudgetPlanDetailData(data,returnData) {
updateCashFlow();
alert("保存成功");
$('#my-prompt-budget-plan-detail').modal('close');
}