|
|
@@ -1,8 +1,8 @@
|
|
|
import { Tree } from 'antd'
|
|
|
import React, { useEffect } from 'react'
|
|
|
import { connect } from 'umi'
|
|
|
-const { DirectoryTree } = Tree
|
|
|
import './index.less'
|
|
|
+const { DirectoryTree } = Tree
|
|
|
|
|
|
const Organization = props => {
|
|
|
const { dispatch, departments = [], onSelect } = props
|