mirror of https://github.com/openspug/spug
F 修复未分配主机权限时批量执行空白页问题
parent
0ccae4f461
commit
fdd153a090
|
@ -24,7 +24,7 @@ export default observer(function (props) {
|
||||||
hStore.initial().then(() => {
|
hStore.initial().then(() => {
|
||||||
store.rawRecords = hStore.rawRecords;
|
store.rawRecords = hStore.rawRecords;
|
||||||
store.rawTreeData = hStore.rawTreeData;
|
store.rawTreeData = hStore.rawTreeData;
|
||||||
store.group = store.treeData[0]
|
store.group = store.treeData[0] || {}
|
||||||
})
|
})
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [])
|
}, [])
|
||||||
|
|
Loading…
Reference in New Issue