onClick={e => this.showReport(e, '2')} this.props.showReport(e, type); onclick={(e) => {this.showReport(e) }} // 直接调用 this.showReport()