Need help functionality
This commit is contained in:
parent
88eb468616
commit
0017c49a6d
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
linkType="navigation"
|
linkType="navigation"
|
||||||
:text="needHelpLinkText"
|
:text="needHelpLinkText"
|
||||||
href="#"
|
href="#"
|
||||||
@clickEvent="handleNeedHelpClick" />
|
@clickEvent="needHelpLinkClick" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
@ -352,7 +352,7 @@ export default {
|
||||||
this.reloadingProviders = false;
|
this.reloadingProviders = false;
|
||||||
return getTpaProvidersResult?.data ?? [];
|
return getTpaProvidersResult?.data ?? [];
|
||||||
},
|
},
|
||||||
doNotSeeMyShopLinkClick() {
|
needHelpLinkClick() {
|
||||||
this.mainStore.setBailout(bailoutMessage.RequestCallback());
|
this.mainStore.setBailout(bailoutMessage.RequestCallback());
|
||||||
this.$router.navigate(
|
this.$router.navigate(
|
||||||
this.navigationScenarios.CLICKED_NEED_HELP,
|
this.navigationScenarios.CLICKED_NEED_HELP,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue