提交 f35b3b26 authored 作者: 钟是志's avatar 钟是志

bug修改

上级 2e57f8f1
......@@ -77,7 +77,7 @@ export default function AppTypeTreeAsyncLoad(props) {
const onLoadData = treeNode =>
new Promise(resolve => {
if (treeNode.props.children || !treeNode.props.id) {
if (treeNode.props.children || !treeNode.props.pos) {
resolve();
return;
}
......@@ -92,6 +92,7 @@ export default function AppTypeTreeAsyncLoad(props) {
title: g.title,
key: g.id,
isLeaf: g.isLeaf,
id: g.id,
};
});
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论