this.formGroup.get('name').setValidators(null); // 不进行校验
this.formGroup.get('name').clearValidators(); // 清空name的校验
this.formGroup.reset(); // 重置验证
this.formGroup.get('name').setValidators(null); // 不进行校验
this.formGroup.get('name').clearValidators(); // 清空name的校验
this.formGroup.reset(); // 重置验证