CSR-92 call intializeComp for replace options

This commit is contained in:
CarlNation 2022-04-08 08:48:19 -04:00
parent 97e1d0c5a6
commit 044464ea27

View file

@ -99,9 +99,9 @@ export default ({
},
methods: {
initializeComponent(
windshieldAvailableReplacementOptions){
initializeComponent(windshieldAvailableReplacementOptions){
this.windshieldAvailableReplacementOptions = windshieldAvailableReplacementOptions;
this.$refs.replaceOptionsQuestion.initializeComponent(windshieldAvailableReplacementOptions);
},
getWindshieldOptions(selectedWindshieldDamageType, selectedWindshieldChipCount, selectedWindshieldReplaceOptions){
// ONLY UPDATE THE NEW VALUE IF IT IS TRUTHY (NOT NULL)