添加 admin 管理
This commit is contained in:
@@ -104,7 +104,7 @@ class ResourceList extends PureComponent {
|
||||
componentDidMount() {
|
||||
const { dispatch } = this.props;
|
||||
dispatch({
|
||||
type: 'roleList/tree',
|
||||
type: 'resourceList/tree',
|
||||
payload: {},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user