* Finish task#40489.

This commit is contained in:
qiyu-xie
2021-07-22 13:39:59 +08:00
parent 260c129f30
commit 599e51660b
4 changed files with 27 additions and 4 deletions
+1
View File
@@ -59,6 +59,7 @@ class program extends control
$this->view->status = $status;
$this->view->orderBy = $orderBy;
$this->view->users = $this->user->getPairs('noletter');
$this->view->usersAvatar = $this->user->getAvatarPairs();
$this->view->programType = $programType;
$this->view->PMList = $PMList;