king
2021-08-04 c5a378919ea922fd3216e70d9c5479edfe0d7178
src/tabviews/zshare/mutilform/mkNumberInput/index.jsx
@@ -43,13 +43,13 @@
      this.inputNumberRef.current.focus()
    } else if (type === 'input') {
      this.setState({value})
      this.props.onChange(value, true)
    }
  }
  handleChange = (val) => {
    this.props.onChange(val)
    this.setState({value: val})
    this.props.onChange(val)
  }
  render() {