"fix debug level 2"

This commit is contained in:
滔哥
2017-10-20 16:24:50 +08:00
parent 371b945d32
commit 08a528f85b
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ js::set('browseType', $browseType);
<tr class='text-center' data-id='<?php echo $task->id?>'>
<?php foreach ($setting as $key => $value) $this->task->printCell($value, $task, $users, $browseType, $branchGroups, $modulePairs);?>
</tr>
<?php if($task->children):?>
<?php if(!empty($task->children)):?>
<?php foreach($task->children as $child):?>
<tr class='text-center table-children parent-<?php echo $task->id;?>' data-id='<?php echo $child->id?>'>
<?php foreach ($setting as $key => $value) $this->task->printCell($value, $child, $users, $browseType, $branchGroups, $modulePairs);?>