diff --git a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue index 4000a61c7..10c348575 100644 --- a/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue +++ b/src/layouts/vehicle-damage/damage-location-question/damage-location-question.vue @@ -3,7 +3,7 @@ - - + + @@ -60,19 +60,16 @@ export default { resultMap.cmsContent.FunnelSubHeaderWidget ); vm.$refs.driverSideOptions.initializeComponent( - resultMap.cmsContent.DriverSideReplaceOptionsQuestion, resultMap.damageOptions.driverSideOptions.availableReplacementOptions, 'DriverSideReplaceOptionsQuestion' + resultMap.cmsContent.DriverSideReplaceOptionsQuestion, resultMap.damageOptions.driverSideOptions.availableReplacementOptions ); vm.$refs.damageLocation.initializeComponent( - resultMap.cmsContent.DamageLocationQuestion, resultMap.damageOptions, 'DamageLocationQuestion' + resultMap.cmsContent.DamageLocationQuestion, resultMap.damageOptions ); - - // for damageOptions and cms content data - //console.log(resultMap) }); }, data(){ return { - damageLocationQuestionData: [], + selectedDamageLocations: [], driverSideOptionsData: [], } },