liting2017 hace 6 años
padre
commit
ee7cbb2556
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/component/manageCenter/index/contacts/index.jsx

+ 1 - 1
js/component/manageCenter/index/contacts/index.jsx

@@ -235,7 +235,7 @@ const Contact = React.createClass({
                     <Spin spinning={this.state.loading}>
                         <Table columns={this.state.columns}
                             dataSource={this.state.dataSource}
-                            rowSelection={false}
+                            rowSelection={rowSelection}
                             pagination={this.state.pagination}
                              />
                     </Spin>