* finish task #2843.

This commit is contained in:
chenfeiCF
2017-01-06 13:29:23 +08:00
parent d607a34324
commit e8103e089b
+1 -1
View File
@@ -33,7 +33,7 @@ extract($widths);
<tbody>
<?php foreach($tasks as $task):?>
<tr class='text-center' data-id='<?php echo $task->id?>'>
<?php foreach ($setting as $key => $value) $this->task->printCell($value, $task, $memberPairs, $browseType, $branchGroups, $modulePairs);?>
<?php foreach ($setting as $key => $value) $this->task->printCell($value, $task, $users, $browseType, $branchGroups, $modulePairs);?>
</tr>
<?php endforeach;?>
</tbody>