src/menu/components/share/markcomponent/index.jsx
@@ -399,12 +399,12 @@ }) this.props.onSubmit(marks) } else { const _this = this const that = this confirm({ title: '存在未保存标记,确定忽略吗?', onOk() { _this.setState({ visible: false }) _this.props.onSubmit(marks) that.setState({ visible: false }) that.props.onSubmit(marks) }, onCancel() {} })