@@ -102,7 +102,7 @@ const StaffDrawer: React.FC<StaffModalProps> = ({
widget: 'treeSelect',
props: {
treeDefaultExpandAll: true,
- treeData: [organizationList.label]
+ treeData: organizationList.map(item => item.label)
}
})