king
2024-09-13 defb24c2a9e816a3ee0c7261da9090f325b258e0
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
          })
        })
      }
    })