king
2022-04-25 9e716f3bd30820a08757845b592db73363faa48c
src/menu/components/form/formaction/actionform/index.jsx
@@ -221,7 +221,7 @@
                    message: this.props.dict['form.required.input'] + item.label + '!'
                  }
                ]
              })(<InputNumber min={0} max={10000} precision={0} />)}
              })(<InputNumber min={0} max={10000} precision={0} onPressEnter={this.handleSubmit}/>)}
            </Form.Item>
          </Col>
        )