会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
_心之所向便是光
博客园
首页
新随笔
联系
订阅
管理
2019年5月25日
React 父组件修改props修改子组件state值
摘要: 1.父组件修改传值 if (res.code === 10000) { this.setState({ OPT_ROLE_CODE: res.data.rows[0].role }) } 2.子组件获取 componentWillReceiveProps(nextProps){ this.setState({ ...
阅读全文
posted @ 2019-05-25 16:19 _心之所向便是光
阅读(11785)
评论(0)
推荐(0)
编辑
公告