| Línea 104... |
Línea 104... |
| 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 |
console.log(behavior.comment)
|
| 108 |
console.log(behavior.evaluation)
|
108 |
console.log(behavior.evaluation)
|
| - |
|
109 |
setValue('Aaaaaaaaaaa', behavior.comment)
|
| 109 |
setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`, behavior.comment)
|
110 |
setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-comment`, behavior.comment)
|
| 110 |
setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`, behavior.evaluation)
|
111 |
setValue(`${behavior.competencyUuid}_${behavior.behaviorUuid}-points`, behavior.evaluation)
|
| 111 |
})
|
112 |
})
|
| 112 |
setValue('comment', resData.interview.comment)
|
113 |
setValue('comment', resData.interview.comment)
|
| 113 |
setValue('points', resData.interview.points)
|
114 |
setValue('points', resData.interview.points)
|