feat: 分组管理

This commit is contained in:
xuziqiang
2024-07-09 16:27:21 +08:00
parent fb1980d73a
commit 30286253e7
9 changed files with 94 additions and 25 deletions

View File

@@ -105,6 +105,11 @@
};
getData();
const treeReload = (params) => {
getData(params);
};
defineExpose({ treeReload });
</script>
<style lang="less" scoped>
@gap: 16px;