This commit is contained in:
wangyidong
2017-12-01 09:17:04 +08:00
parent 057f8978b1
commit fca246824a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -446,7 +446,8 @@ class task extends control
$this->view->title = $this->view->project->name . $this->lang->colon . $this->lang->task->assign;
$this->view->position[] = $this->lang->task->assign;
$this->view->task = $task;
$this->view->users = $members;
$this->view->members = $members;
$this->view->users = $this->loadModel('user')->getPairs();
$this->display();
}