一步一步带你构建react后台管理系统7之用户列表-修改bug

2018-10-09  本文已影响0人  Biao_349d

一步一步带你构建react后台管理系统7之用户列表-修改bug

        state.modelCancel: undefined
        setThis 中添加 tableMixNativ.state.modelCancel = b.modelCancel
        methods 中添加         modelCancel () {
                                this.setState({
                                    modelVisible: false,
                                    modelLoading: false
                                })
                            }
                <AddModel {...state} addUserList={this.addUserList}></AddModel>
 handleCancel = () => {
        this.setState({ visible: false });
        typeof this.props.modelCancel === 'function' && this.props.modelCancel()
    }

这就好了。
验证步骤
点击add, 关闭弹窗, 点击删除, 不会再出现弹窗了。

上一篇下一篇

猜你喜欢

热点阅读