首页 > TAG信息列表 > testForm
vue中form验证
一、问题 在开发中有这样一个需求,单击按钮会弹窗,填写表单后,触发验证提示信息。关闭弹窗后,在次打开,验证提示信息还会存在。这种不是太友好,所以在弹窗后,手动清除上一次的验证提示信息。 二、解决方案 1.清除表单内容和清除表单验证消息 this.$nextTick(()=>{ this.$refs['tesreact setFieldsValue
import React from "react"; import { Form, Input } from 'antd'; class TestForm extends React.Component { componentDidMount(){ const { setFieldsValue } = this.props.form; // 这里就能实现指定表单设置value setTimeout(()=>{ se