diff --git a/trunk/module/tree/model.php b/trunk/module/tree/model.php index 8c22a4cde8..7d2c89b7e4 100644 --- a/trunk/module/tree/model.php +++ b/trunk/module/tree/model.php @@ -137,7 +137,7 @@ class treeModel extends model /* 生成需求链接。*/ function createStoryLink($module) { - $linkHtml = html::a(helper::createLink('product', 'browse', "product={$module->product}&module={$module->id}"), $module->name); + $linkHtml = html::a(helper::createLink('product', 'browse', "product={$module->product}&module={$module->id}"), $module->name, '_self', "id='module{$module->id}'"); return $linkHtml; }