king
2021-07-20 6055fa01416fc57ee33b291a8103ccc1a8edce44
src/templates/zshare/basetransferform/index.jsx
@@ -6,7 +6,8 @@
class TransferForm extends Component {
  static propTypes = {
    menulist: PropTypes.array
    menulist: PropTypes.array,
    onChange: PropTypes.func
  }
  state = {
@@ -16,6 +17,7 @@
  handleChange = (nextTargetKeys, direction, moveKeys) => {
    this.setState({ targetKeys: nextTargetKeys })
    this.props.onChange(nextTargetKeys)
  }
  handleSelectChange = (sourceSelectedKeys, targetSelectedKeys) => {