This commit is contained in:
lanzongjun
2022-05-26 17:23:32 +08:00
parent 3c72f60129
commit c86bf9d730
+3 -1
View File
@@ -159,7 +159,9 @@ public function getCardGroupByExecution($executionID, $browseType = 'all', $orde
if($cell->type == 'task')
{
$cardData['name'] = $object->name;
$cardData['name'] = $object->name;
$cardData['status'] = $object->status;
$cardData['left'] = $object->left;
}
else
{