Merge branch 'hotfix/gtm'
This commit is contained in:
+1
-1
@@ -142,7 +142,6 @@
|
|||||||
this.dateEnd = dayjs(json.dateEnd).format('DD.MM.YYYY');
|
this.dateEnd = dayjs(json.dateEnd).format('DD.MM.YYYY');
|
||||||
this.servicesIncluded = json.servicesIncluded;
|
this.servicesIncluded = json.servicesIncluded;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
this.trackConversion();
|
|
||||||
EventBus.$emit('tableLoaded');
|
EventBus.$emit('tableLoaded');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -206,6 +205,7 @@
|
|||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
Vue.nextTick(() => {
|
Vue.nextTick(() => {
|
||||||
|
this.trackConversion();
|
||||||
if (this.hotelFirst) {
|
if (this.hotelFirst) {
|
||||||
this.showHtml('hotel', false);
|
this.showHtml('hotel', false);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user