renamed resetShopList in reloadShopData to resetAnswers
This commit is contained in:
parent
63fa093de9
commit
bb0dee96ff
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ export default {
|
||||||
const result = await this.loadData(serviceZipCode);
|
const result = await this.loadData(serviceZipCode);
|
||||||
this.initializeComponent(result.data);
|
this.initializeComponent(result.data);
|
||||||
|
|
||||||
this.resetShopList();
|
this.resetAnswers();
|
||||||
|
|
||||||
await nextTick();
|
await nextTick();
|
||||||
await this.getNextShopsFromList();
|
await this.getNextShopsFromList();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue