This commit is contained in:
Michael Shamoon 2020-12-18 14:44:17 -08:00
parent e5fe515b69
commit f214fe1b3e

View File

@ -117,8 +117,6 @@ export class DocumentDetailComponent implements OnInit {
modal.componentInstance.success.subscribe(newCorrespondent => {
this.correspondentService.listAll().subscribe(correspondents => {
this.correspondents = correspondents.results
console.log(this.documentForm.get('correspondent'), this.documentForm.get('correspondent').setValue);
this.documentForm.get('correspondent').setValue(newCorrespondent.id)
})
})