Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10946 Rev 11005
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`)
-
 
107
						console.log(behavior.comment)
106
						register(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`)
108
						console.log(behavior.evaluation)
107
						setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`, behavior.comment)
109
						setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`, behavior.comment)
108
						setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`, behavior.evaluation)
110
						setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`, behavior.evaluation)
109
					})
111
					})
110
					setValue('comment', resData.interview.comment)
112
					setValue('comment', resData.interview.comment)