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