king
2024-05-21 f0bf8c399c354c22227f8f1a76ed806098db59c0
src/views/tabledesign/popview/index.jsx
@@ -68,13 +68,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() {}
      })