async handleDocumentJustifycationDescription() {
console.log('loop', this.regulatoryAffairs.regaffJustifications);
this.regulatoryAffairs.regaffJustifications.forEach(function (nome, i) {
console.log('[forEach]', nome.typJustification.name, i);
(this.DocumentJustifycationDescription = nome.typJustification.name), i;
});
console.log('aqui2', this.regulatoryAffairs.regaffJustifications);
}
why my variable DocumentJustifycationDescription are return undefined here?