king
2019-12-31 f9697383bc9097be8a444558e09ae21b27f1e831
src/templates/tableshare/transferform/index.jsx
@@ -17,9 +17,6 @@
  }
  handleChange = (nextTargetKeys, direction, moveKeys) => {
    console.log(direction)
    console.log(moveKeys)
    console.log(nextTargetKeys)
    this.setState({ targetKeys: nextTargetKeys })
  }