king
2025-01-16 9859b81f5a8942f81cfa50c47c72508e46b60cb3
src/templates/sharecomponent/actioncomponent/verifyexcelin/columnform/index.jsx
@@ -45,10 +45,11 @@
          values.limit = ''
        }
        this.props.columnChange(values)
        this.props.form.setFieldsValue({
          Column: '',
          Text: ''
        this.props.columnChange(values, () => {
          this.props.form.setFieldsValue({
            Column: '',
            Text: ''
          })
        })
      }
    })