* Finish task #63794.

This commit is contained in:
tanghucheng
2022-08-09 14:24:01 +08:00
parent 038b43e8f5
commit bbf28d9bc0
4 changed files with 82 additions and 59 deletions
-1
View File
@@ -116,7 +116,6 @@ class programplan extends control
$this->view->dateDetails = $dateDetails;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->ganttType = $type;
$this->display();
}