Actually fix race condition?
This commit is contained in:
parent
c62206c6b0
commit
89bf1c176c
1 changed files with 4 additions and 3 deletions
|
|
@ -287,9 +287,10 @@ export default {
|
|||
this.nearbyShops = [];
|
||||
this.updateShops(true).then(() => {
|
||||
this.internalProviderNumber = this.nearbyShops[0]?.providerNumber;
|
||||
});
|
||||
this.$nextTick().then(() => {
|
||||
this.openingModal = false;
|
||||
}).finally(() => {
|
||||
this.$nextTick().then(() => {
|
||||
this.openingModal = false;
|
||||
});
|
||||
});
|
||||
this.forceServiceZipRerender();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue