mirror of https://github.com/openspug/spug
fix issue
parent
41221beb01
commit
b515d27c47
|
@ -18,7 +18,7 @@ export default observer(function () {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (hostStore.treeData.length === 0) {
|
if (hostStore.treeData.length === 0) {
|
||||||
hostStore.fetchGroups()
|
hostStore.initial()
|
||||||
}
|
}
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue