Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/views/personnel/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,11 @@
:options="departmentsOptions"
placeholder="请选择部门"
:normalizer="normalizer"
value-consists-of="ALL"
:multiple="true"
flat="true"
no-children-text="没有更多选项"
no-results-text="没有匹配的选项"
@input="treeselectInput"
@select="onOperatePersonChanged"
/>
Expand Down Expand Up @@ -606,6 +610,7 @@ wLXapv+ZfsjG7NgdawIDAQAB
return {
id: node.ID,
label: node.groupType + '=' + node.groupName,
isDisabled: node.groupType === 'ou',
children: node.children
}
},
Expand Down