CSR-92 call intializeComp for replace options
This commit is contained in:
parent
97e1d0c5a6
commit
044464ea27
1 changed files with 2 additions and 2 deletions
|
|
@ -99,9 +99,9 @@ export default ({
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
initializeComponent(
|
initializeComponent(windshieldAvailableReplacementOptions){
|
||||||
windshieldAvailableReplacementOptions){
|
|
||||||
this.windshieldAvailableReplacementOptions = windshieldAvailableReplacementOptions;
|
this.windshieldAvailableReplacementOptions = windshieldAvailableReplacementOptions;
|
||||||
|
this.$refs.replaceOptionsQuestion.initializeComponent(windshieldAvailableReplacementOptions);
|
||||||
},
|
},
|
||||||
getWindshieldOptions(selectedWindshieldDamageType, selectedWindshieldChipCount, selectedWindshieldReplaceOptions){
|
getWindshieldOptions(selectedWindshieldDamageType, selectedWindshieldChipCount, selectedWindshieldReplaceOptions){
|
||||||
// ONLY UPDATE THE NEW VALUE IF IT IS TRUTHY (NOT NULL)
|
// ONLY UPDATE THE NEW VALUE IF IT IS TRUTHY (NOT NULL)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue