fix: auto check parent after node selected (#5794)
This commit is contained in:
@@ -98,7 +98,7 @@ function getNodeClass(node: Recordable<any>) {
|
||||
<Drawer :title="getDrawerTitle">
|
||||
<Form>
|
||||
<template #permissions="slotProps">
|
||||
<Spin :spinning="loadingPermissions">
|
||||
<Spin :spinning="loadingPermissions" wrapper-class-name="w-full">
|
||||
<VbenTree
|
||||
:tree-data="permissions"
|
||||
multiple
|
||||
|
Reference in New Issue
Block a user