king
2024-03-08 1cb8a712cef5217c3750c439ff2a6d73a08ee0fa
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
        })
        })
      }
    })
  }