mirror of https://github.com/openspug/spug
优化角色权限支持撤销主机授权
parent
fd45a5a8c2
commit
1d361b4a3c
|
@ -59,6 +59,7 @@ export default observer(function () {
|
|||
<div className={styles.groupItem} key={index}>
|
||||
<TreeSelect
|
||||
value={id}
|
||||
allowClear
|
||||
showSearch={false}
|
||||
treeNodeLabelProp="name"
|
||||
treeData={hostStore.rawTreeData}
|
||||
|
|
Loading…
Reference in New Issue