add login loading
This commit is contained in:
@@ -130,7 +130,7 @@ export default {
|
||||
beforeCreate() {
|
||||
let loggedUser = this.$store.state.loggedUser
|
||||
getJointAccounts(loggedUser.oauth_token, loggedUser.nosComptesId).then(data => {
|
||||
// this.$store.commit('userJointAccounts', data)
|
||||
this.$store.commit('userJointAccounts', data)
|
||||
this.jointAccounts = data
|
||||
})
|
||||
},
|
||||
@@ -147,7 +147,7 @@ export default {
|
||||
loadJointAccounts() {
|
||||
let loggedUser = this.$store.state.loggedUser
|
||||
getJointAccounts(loggedUser.oauth_token, loggedUser.nosComptesId).then(data => {
|
||||
// this.$store.commit('userJointAccounts', data)
|
||||
this.$store.commit('userJointAccounts', data)
|
||||
this.jointAccounts = data
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user