fix issue

pull/330/head
vapao 2021-05-21 12:23:53 +08:00
parent 41221beb01
commit b515d27c47
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default observer(function () {
useEffect(() => {
if (hostStore.treeData.length === 0) {
hostStore.fetchGroups()
hostStore.initial()
}
}, [])