前端:修复管理员无分页的问题

This commit is contained in:
YunaiV
2019-03-19 03:39:17 +08:00
parent e2619ce5d4
commit 76818dab18
8 changed files with 55 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ export default class DictionaryText extends PureComponent {
componentDidMount() {}
render() {
debugger;
const { dicKey, dicValue } = this.props;
return (
<DictionaryContext.Consumer>