This commit is contained in:
daitingting
2024-03-06 01:53:34 +00:00
parent d5f63c9ca2
commit 04373fbfa4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jsVar('endList', $lang->project->endList);
$fields = useFields('program.create');
$autoLoad = array();
$autoLoad['parent'] = 'parent,future,budget,budgetUnit,acl,whitelist';
$autoLoad['parent'] = 'future,budget,budgetUnit,acl,whitelist';
$handleLongTimeChange = jsCallback()->do(<<<'JS'
const endPicker = $element.find('[name=end]').zui('datePicker');
+1 -1
View File
@@ -22,7 +22,7 @@ jsVar('endList', $lang->project->endList);
$fields = useFields('program.edit');
$autoLoad = array();
$autoLoad['parent'] = 'parent,future,budget,budgetUnit,acl,whitelist';
$autoLoad['parent'] = 'future,budget,budgetUnit,acl,whitelist';
$handleLongTimeChange = jsCallback()->do(<<<'JS'
const endPicker = $element.find('[name=end]').zui('datePicker');