Merge branch 'liyuchun_bug_19323' into 'master'

* Fix bug #19323.

See merge request easycorp/zentaopms!1800
This commit is contained in:
孙广明
2022-02-15 05:27:00 +00:00
12 changed files with 30 additions and 18 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->userIdPairs = $this->user->getPairs('noletter|showid');
$this->view->usersAvatar = $this->user->getAvatarPairs();
$this->view->programType = $programType;
$this->view->PMList = $PMList;