- 修复 tree 节点查找问题

This commit is contained in:
sin
2019-03-15 21:26:22 +08:00
parent 4812df2cda
commit 29a49dd4ac
2 changed files with 3 additions and 3 deletions

View File

@@ -266,7 +266,6 @@ class RoleList extends PureComponent {
render() {
const { list, data } = this.props;
const { pageNo, pageSize, count, roleTreeData, checkedKeys, assignModalLoading } = data;
const { modalVisible, modalType, initValues, roleAssignVisible } = this.state;