src/menu/components/table/base-table/columns/index.jsx
@@ -21,12 +21,12 @@ class HeaderCol extends Component { deleteCol = () => { const _this = this const that = this confirm({ content: '确定删除显示列吗?', onOk() { _this.props.deleteCol(_this.props.column) that.props.deleteCol(that.props.column) }, onCancel() {} })