Merge branch 'sprint/235_dongli_bug27225' into 'master'

* Fix bug #27225.

See merge request easycorp/zentaopms!5249
This commit is contained in:
王怡栋
2022-09-02 05:02:51 +00:00
3 changed files with 24 additions and 11 deletions
+1
View File
@@ -314,6 +314,7 @@ function setBudgetTipsAndAclList(parentID)
budgetNotes = programBudget != 0 ? (PGMParentBudget + PGMBudgetUnit + data.availableBudget) : '';
$('#budget').attr('placeholder', budgetNotes);
refreshBudgetUnit(data);
});
$('.aclBox').html($('#subPGMAcl').html());
}