From 4ffb843e46532353dd9a1963aa9f3f079c2ebed2 Mon Sep 17 00:00:00 2001 From: rakesh Date: Mon, 24 Jan 2022 18:24:49 +0530 Subject: [PATCH] fixes --- git_info.json | 2 +- src/components/retailer/layout/header/Header.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/git_info.json b/git_info.json index d5e1c9e..084bfc6 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"dev","last_commit_date":"2022-01-24T12:20:04.000Z","last_commit_author":"rakesh","last_commit_hash":"e1f84cc625b52b02d5f72d000cb3486c6d7446aa"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-01-24T12:46:48.000Z","last_commit_author":"anju j","last_commit_hash":"29509c005abdd92691f4543999a119df3fd403c0"} \ No newline at end of file diff --git a/src/components/retailer/layout/header/Header.vue b/src/components/retailer/layout/header/Header.vue index 0295ff0..3cea731 100644 --- a/src/components/retailer/layout/header/Header.vue +++ b/src/components/retailer/layout/header/Header.vue @@ -433,7 +433,11 @@ export default { } }, }, - created() {}, + async created() { + if (this.userAuth) { + await this.$store.dispatch("accountOne/basicInfo"); + } + }, };