* Finish task#8687.

This commit is contained in:
hufangzhou
2020-12-16 14:22:32 +08:00
parent bc839b6e9b
commit 30e13a49c8
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -766,7 +766,7 @@ class block extends control
$type = isset($this->params->type) ? $this->params->type : 'all';
$orderBy = isset($this->params->orderBy) ? $this->params->orderBy : 'id_desc';
$this->view->programs = $this->loadModel('program')->getPRJOverview('byStatus', $type, $orderBy, $count);
$this->view->projects = $this->loadModel('program')->getPRJOverview('byStatus', $type, $orderBy, $count);
$this->view->users = $this->loadModel('user')->getPairs('noletter');
}