this.myForm = this.fb.group({
      name: ['123'],
};
 
//把emNumber修改成F0124
this.myForm.patchValue({name: '456'});