优化挖掘分析功能在目录右键菜单中的显示逻辑

master
Guo XIn 1 year ago
parent 70dca06355
commit 62ab1a1038
  1. 4
      shandan-bianmu/src/main/resources/static/js/business/directory/directory.js

@ -419,7 +419,7 @@ function startRender() {
// 根据数据操作权限判断是否显示相关按钮 // 根据数据操作权限判断是否显示相关按钮
if (!WritePermisDirIds.includes(basicData.id)) { if (!WritePermisDirIds.includes(basicData.id)) {
setDisabledButtons(['toolbar_dir_rename', 'toolbar_dir_delete', 'toolbar_dir_move', 'toolbar_dir_link', 'toolbar_dir_submit', 'toolbar_dir_mark', 'toolbar_dir_copy']); setDisabledButtons(['toolbar_dir_rename', 'toolbar_dir_delete', 'toolbar_dir_move', 'toolbar_dir_link', 'toolbar_dir_submit', 'toolbar_dir_mark', 'toolbar_dir_copy', 'toolbar_dir_fenxi']);
if (user.orgId !== basicData.ownerId) { if (user.orgId !== basicData.ownerId) {
// 如果当前用户所在部门 不是 选中目录所属部门ID,则禁用新建按钮 // 如果当前用户所在部门 不是 选中目录所属部门ID,则禁用新建按钮
setDisabledButtons(['toolbar_dir_add']) setDisabledButtons(['toolbar_dir_add'])
@ -435,7 +435,7 @@ function startRender() {
setDisabledButtons([]); setDisabledButtons([]);
} }
} else { } else {
setDisabledButtons(['toolbar_dir_rename', 'toolbar_dir_delete', 'toolbar_dir_move', 'toolbar_dir_link', 'toolbar_dir_submit', 'toolbar_dir_mark', 'toolbar_dir_copy']); setDisabledButtons(['toolbar_dir_rename', 'toolbar_dir_delete', 'toolbar_dir_move', 'toolbar_dir_link', 'toolbar_dir_submit', 'toolbar_dir_mark', 'toolbar_dir_copy', 'toolbar_dir_fenxi']);
} }
// 判断是否需要分析挖掘 // 判断是否需要分析挖掘