Merge branch 'bug_zhouxin_27810' into 'master'

* Fix bug #27810.

See merge request easycorp/zentaopms!5496
This commit is contained in:
王怡栋
2022-09-23 01:20:22 +00:00
+10
View File
@@ -143,6 +143,16 @@ function setParentProgram(parentProgram)
$('#plansBox .col-sm-4').prepend(planSelect);
$('#plansBox .col-sm-4 select').chosen();
}
if(parentProgram != 0)
{
$('.aclBox').html($('#programAcl').html());
}
else
{
$('.aclBox').html($('#projectAcl').html());
}
budgetOverrunTips();
outOfDateTip();
refreshBudgetUnit(data);