src/views/menudesign/popview/index.jsx
@@ -72,13 +72,13 @@ const { oriConfig, config } = this.state if (!is(fromJS(oriConfig), fromJS(config))) { const _this = this const that = this confirm({ title: '配置已修改,放弃保存吗?', content: '', onOk() { _this.props.cancel() that.props.cancel() }, onCancel() {} })