Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10941 | Rev 11005 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10941 Rev 10946
Línea 102... Línea 102...
102
					}
102
					}
Línea 103... Línea 103...
103
 
103
 
104
					resData.interview.content.map((behavior) => {
104
					resData.interview.content.map((behavior) => {
105
						register(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`)
105
						register(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`)
106
						register(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`)
106
						register(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`)
107
						console.log(behavior.comment)
107
						setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`, behavior.comment)
108
						console.log(behavior.evaluation)
108
						setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`, behavior.evaluation)
109
					})
109
					})
110
					setValue('comment', resData.interview.comment)
110
					setValue('comment', resData.interview.comment)
111
					setValue('points', resData.interview.points)
111
					setValue('points', resData.interview.points)
112
					setValue('status', resData.interview.status)
112
					setValue('status', resData.interview.status)