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() {