* Fix bug.

This commit is contained in:
Yagami
2021-04-09 16:46:30 +08:00
parent 76fd1b8a46
commit f5dde0e5df
3 changed files with 1 additions and 16 deletions
-1
View File
@@ -2723,7 +2723,6 @@ class execution extends control
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->status = $status;
$this->view->from = $from;
$this->view->projectTree = $this->project->getTreeMenu(0, array('projectmodel', 'createManageLink'), 0, 'list');
$this->display();
}