* Finish task #99082.

This commit is contained in:
sunguangming
2023-08-01 09:33:27 +08:00
parent b51f9666ba
commit 295d86aabe
7 changed files with 506 additions and 4 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ class deptModel extends model
*/
public function createManageProjectAdminLink($dept, $groupID)
{
return html::a(helper::createLink('group', 'manageProjectAdmin', "groupID=$groupID&deptID={$dept->id}"), $dept->name, '_self', "id='dept{$dept->id}'");
return helper::createLink('group', 'manageProjectAdmin', "groupID=$groupID&deptID={$dept->id}");
}
/**