- 优化 role tree
This commit is contained in:
parent
e35e6309be
commit
2385f239ab
@ -21,7 +21,6 @@ import PageHeaderWrapper from '@/components/PageHeaderWrapper';
|
|||||||
import styles from './RoleList.less';
|
import styles from './RoleList.less';
|
||||||
|
|
||||||
const FormItem = Form.Item;
|
const FormItem = Form.Item;
|
||||||
const { Option } = Select;
|
|
||||||
const { TreeNode } = Tree;
|
const { TreeNode } = Tree;
|
||||||
|
|
||||||
// 添加 form 表单
|
// 添加 form 表单
|
||||||
@ -65,7 +64,7 @@ const CreateForm = Form.create()(props => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
// 添加 form 表单
|
// 角色分配
|
||||||
const AssignModal = Form.create()(props => {
|
const AssignModal = Form.create()(props => {
|
||||||
const {
|
const {
|
||||||
modalVisible,
|
modalVisible,
|
||||||
|
Loading…
Reference in New Issue
Block a user