Element 表单验证,不清空数据,仅仅取消表单字段校验

重置表单

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

  

仅清空校验

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