king
2025-04-01 d1bf7708ae652f4a7b5409cd112ad0981be3b15c
src/templates/sharecomponent/actioncomponent/verifyexcelout/columnform/index.jsx
@@ -12,11 +12,12 @@
    // 表单提交时检查输入值是否正确
    this.props.form.validateFieldsAndScroll((err, values) => {
      if (!err) {
        this.props.columnChange(values)
        this.props.form.setFieldsValue({
          Column: '',
          Text: '',
          Width: 20
        this.props.columnChange(values, () => {
          this.props.form.setFieldsValue({
            Column: '',
            Text: '',
            Width: 20
          })
        })
      }
    })