重置表单

this.$refs['ageForm'].resetFields() // 表单重置

  

仅清空校验

this.$refs['ageForm'].clearValidate() // 清除验证

  

相关文章: