@@ -80,7 +80,7 @@ export default {
},
mounted () {
- this.$nextTick(() => {
+ this.getUserInfo({ org: this.org }).then(() => {
if (this.userInfo != 406) {
this.user = this.userInfo.customer
this.AccountInfo = JSON.parse(this.user.AccountInfo)