king
2024-09-14 738c7b6030e64e35cd19831d95ca39b6496cc852
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() {}
      })