+ add id to the link.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user