提交 03b3ff22 编写于 作者: 蔡祥熠

Merge branch 'fix/threeNumber' into 'wrdp'

Merge of fix/threeNumber 系统菜单中的三员日志权限修改 to wrdp

See merge request o2oa/o2oa!6122
......@@ -1580,6 +1580,7 @@ o2.xDesktop.Default.StartMenu = new Class({
},
checkMenuItem: function(value, currentNames){
if( value.path === "AuditLog" && ["securityManager","auditManager"].isIntersect(currentNames) )return true;
if (value.visible===false) return false;
var isAllow = true;
if (value.allowList) isAllow = (value.allowList.length) ? (value.allowList.isIntersect(currentNames)) : true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册