* [perf story #72338] Adjust for programplan create for waterfullplus.

This commit is contained in:
wangyidong
2025-04-14 10:41:30 +08:00
committed by 刘刚
parent 6a33748f41
commit eb7f7f2362
4 changed files with 30 additions and 2 deletions
+1
View File
@@ -318,5 +318,6 @@ formBatchPanel
$app->session->projectPlanList ? set::actions(array('submit', array('text' => $lang->cancel, 'url' => $app->session->projectPlanList))) : null,
on::change('[name^="enabled"]', 'changeEnabled(e.target)'),
on::change('[name^="attribute"]', 'changeAttribute(e.target)'),
on::change('[name^="type"]', 'changeType(e.target)'),
($project->model == 'ipd' && !$planID) ? set::maxRows(count($fnGenerateDefaultData())) : null,
);