This commit is contained in:
tianshujie
2022-03-24 14:40:38 +08:00
parent 69bac81a9d
commit c9c1573a2d
2 changed files with 15 additions and 1 deletions
-1
View File
@@ -1153,7 +1153,6 @@ class task extends control
if($execution->type == 'kanban' and $this->app->tab == 'execution')
{
$regionID = isset($output['regionID']) ? $output['regionID'] : 0;
$kanbanData = $this->loadModel('kanban')->getRDKanban($task->execution, 'all', 'id_desc', $regionID);
$kanbanData = $this->loadModel('kanban')->getRDKanban($task->execution, $this->session->execLaneType ? $this->session->execLaneType : 'all', 'id_desc', $regionID);
$kanbanData = json_encode($kanbanData);