@@ -2790,6 +2790,9 @@ export class HushijiandanComponent implements OnInit {
that.patientForm.controls[i].updateValueAndValidity();
}
if (that.patientForm.invalid) {
+ if(!that.patientForm.value.inspectScore){
+ this.message.error("陪检方式必填!");
+ }
return;
console.log(that.patientForm);