This commit is contained in:
tianshujie
2022-08-26 15:34:18 +08:00
parent e45c8da5c8
commit eb6b6b061f
-1
View File
@@ -1344,7 +1344,6 @@ class task extends control
$members = $task->team ? $this->task->getMemberPairs($task) : $this->loadModel('user')->getTeamMemberPairs($task->execution, 'execution', 'nodeleted');
$task->nextBy = $task->openedBy;
$this->view->users = $members;
if(!empty($task->team))
{
$teams = array_keys($task->team);