- 优化 role tree

This commit is contained in:
sin 2019-03-12 22:53:18 +08:00
parent e35e6309be
commit 2385f239ab

View File

@ -21,7 +21,6 @@ import PageHeaderWrapper from '@/components/PageHeaderWrapper';
import styles from './RoleList.less';
const FormItem = Form.Item;
const { Option } = Select;
const { TreeNode } = Tree;
// 添加 form 表单
@ -65,7 +64,7 @@ const CreateForm = Form.create()(props => {
);
});
// 添加 form 表单
// 角色分配
const AssignModal = Form.create()(props => {
const {
modalVisible,