We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ae40f commit c75476dCopy full SHA for c75476d
src/views/personnel/user/index.vue
@@ -710,7 +710,7 @@ export default {
710
return {
711
id: node.ID,
712
label: node.groupType + '=' + node.groupName,
713
- isDisabled: node.groupType === 'ou' || node.groupName === 'root' || node.ID === 0,
+ isDisabled: node.groupType === 'ou' || node.groupName === 'root',
714
children: node.children
715
}
716
},
0 commit comments