|
@@ -901,7 +901,7 @@ export default {
|
|
|
) {
|
|
) {
|
|
|
let optionData = customData[x].sfaReportCustomOptions;
|
|
let optionData = customData[x].sfaReportCustomOptions;
|
|
|
for (let y = 0; y < optionData.length; y++) {
|
|
for (let y = 0; y < optionData.length; y++) {
|
|
|
- if (optionData[y].value == 'Y') {
|
|
|
|
|
|
|
+ if (optionData[y].answerValue == 'Y') {
|
|
|
reportCustomAnswers.push({
|
|
reportCustomAnswers.push({
|
|
|
reportCustomTaskId: customData[x].reportCustomTaskId,
|
|
reportCustomTaskId: customData[x].reportCustomTaskId,
|
|
|
reportCustomCollectionId: optionData[y].reportCustomCollectionId,
|
|
reportCustomCollectionId: optionData[y].reportCustomCollectionId,
|