mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
CourseLocation: load initAddressContext() earlier allow AddAddress to getInitialAddress() (fix)
This commit is contained in:
parent
f7ec87e012
commit
5d99e261e1
@ -339,7 +339,7 @@ export default {
|
|||||||
|
|
||||||
console.log('Mounted now !');
|
console.log('Mounted now !');
|
||||||
if (this.context.edit) {
|
if (this.context.edit) {
|
||||||
console.log('getInitialAddress');
|
console.log('getInitialAddress'); // !!!
|
||||||
this.getInitialAddress(this.context.addressId);
|
this.getInitialAddress(this.context.addressId);
|
||||||
}
|
}
|
||||||
this.openShowPane();
|
this.openShowPane();
|
||||||
|
@ -152,7 +152,7 @@ export default {
|
|||||||
this.$store.commit('setEditContextTrue', payload);
|
this.$store.commit('setEditContextTrue', payload);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
created() {
|
||||||
this.initAddressContext();
|
this.initAddressContext();
|
||||||
|
|
||||||
console.log('ac.locationStatus', this.accompanyingCourse.locationStatus);
|
console.log('ac.locationStatus', this.accompanyingCourse.locationStatus);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user