CASH-1204 | Schedules not loading on initial page load
Moved initialization logic out of mounted into next() of beforeRouteEnter
This commit is contained in:
parent
99dbd878c7
commit
25fbe8933d
1 changed files with 1 additions and 3 deletions
|
|
@ -597,11 +597,9 @@ export default {
|
||||||
resultMap.mobileFeePart,
|
resultMap.mobileFeePart,
|
||||||
shopProviderData.data
|
shopProviderData.data
|
||||||
);
|
);
|
||||||
|
vm.initializeDatePicker();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async mounted() {
|
|
||||||
await this.initializeDatePicker();
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
serviceZipCodeQuestion: {
|
serviceZipCodeQuestion: {
|
||||||
get: function () {
|
get: function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue