前端:管理员模块添加功能重构

前端:管理员模块修改功能重构
This commit is contained in:
YunaiV
2019-03-21 23:48:58 +08:00
parent e3a14c2abb
commit b29844f0d0
5 changed files with 139 additions and 105 deletions

View File

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