perf(菜单管理,部门管理): 编辑时父级菜单懒加载的修改

This commit is contained in:
sheng
2023-08-01 15:13:50 +08:00
committed by 李强
parent 41a9888441
commit 427b6f8478
7 changed files with 55 additions and 9 deletions

View File

@@ -205,6 +205,10 @@ const handleSort = async (type: string) => {
sortDisable.value = false;
}
};
defineExpose({
treeRef,
});
</script>
<style lang="scss" scoped>