This commit is contained in:
wangyidong
2023-03-23 17:17:54 +08:00
parent dff25040c8
commit 160e588532
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ function updatePrivTree(objTree)
$(".menuTree.recommend + .empty-tip").removeClass('hidden');
$(".menuTree.recommend").closest('.priv-panel').find('.panel-title .priv-count').html('');
}
if(!canDeleteRelation) $('.side a.priv-item .icon-close').remove();
}
/**
+1 -1
View File
@@ -103,5 +103,5 @@
</div>
</div>
</div>
<?php js::set('canDeleteRelation', common::hasPriv('group', 'deleteRelation'));?>
<?php include '../../common/view/footer.html.php';?>