* Finish task #36375.

This commit is contained in:
tianshujie98
2021-03-03 09:41:35 +08:00
parent f53deb3ca5
commit 0d11a4dca3
9 changed files with 91 additions and 19 deletions
-1
View File
@@ -1096,7 +1096,6 @@ class program extends control
$this->view->title = $this->lang->program->batchEdit;
$this->view->position[] = $this->lang->program->batchEdit;
$this->view->projectIdList = $projectIdList;
$this->view->projects = $projects;
$this->view->programList = $this->program->getParentPairs();
$this->view->PMUsers = $this->loadModel('user')->getPairs('noclosed|nodeleted|pmfirst', $appendPMUsers);