components 新增orgTree export
This commit is contained in:
parent
07f3713fe5
commit
ff40c9afa0
|
@ -27,6 +27,7 @@ import ArticleListContent from '@/components/ArticleListContent'
|
||||||
|
|
||||||
import Dialog from '@/components/Dialog'
|
import Dialog from '@/components/Dialog'
|
||||||
import SearchCom from '@/components/SearchCom'
|
import SearchCom from '@/components/SearchCom'
|
||||||
|
import orgTree from '@/components/OrgTree/Index'
|
||||||
|
|
||||||
export {
|
export {
|
||||||
AvatarList,
|
AvatarList,
|
||||||
|
@ -54,5 +55,6 @@ export {
|
||||||
ArticleListContent,
|
ArticleListContent,
|
||||||
|
|
||||||
Dialog,
|
Dialog,
|
||||||
SearchCom
|
SearchCom,
|
||||||
|
orgTree
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue