king
2024-05-08 db731b1d8b3ed1fcce588307b8bd5eccc4f805b2
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() {}
      })