feat: 分组切换

This commit is contained in:
xuziqiang
2024-06-27 15:21:14 +08:00
parent 7c64a6b231
commit 8f25d2293c
4 changed files with 226 additions and 73 deletions

View File

@@ -31,6 +31,8 @@
});
const props = defineProps(treeProps);
console.log(props);
const treeData = ref<TreeDataItem[]>([]);
const selectedKeys = ref(props.selectedKeys || []);
const { httpRequest } = useApi();