* Refactor batch stages creation page.

This commit is contained in:
chentao
2023-07-14 17:36:23 +08:00
parent 9c8de46bfa
commit 8cf8f8786c
6 changed files with 262 additions and 4 deletions
+3 -3
View File
@@ -515,10 +515,10 @@ class programplanModel extends model
{
/* Get every value from formData without use extract(). */
$planIDList = $formData->get('planIDList');
$names = $formData->get('names');
$names = $formData->get('name');
$projectManager = $formData->get('PM');
$percents = $formData->get('percents');
$attributes = $formData->get('attributes');
$percents = $formData->get('percent');
$attributes = $formData->get('attribute');
$acl = $formData->get('acl');
$milestone = $formData->get('milestone');
$begin = $formData->get('begin');