* Fix index method of project.

This commit is contained in:
zhujinyong
2021-03-08 16:55:05 +08:00
parent 4caf65064c
commit c10961bede
3 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
<?php if($program->type == 'program'):?>
<?php echo html::a($this->createLink('program', 'product', "programID=$program->id"), $program->name);?>
<?php else:?>
<?php echo html::a($this->createLink('program', 'index', "programID=$program->id", '', '', $program->id), $program->name);?>
<?php echo html::a($this->createLink('project', 'index', "projectID=$program->id", '', '', $program->id), $program->name);?>
<?php endif;?>
</td>
<td>