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