fix mistakes
This commit is contained in:
parent
6bb75a3a6d
commit
4b7007bc7d
3 changed files with 1 additions and 7 deletions
|
@ -147,7 +147,6 @@ export const mutations = {
|
|||
},
|
||||
addNewUsers (state, users) {
|
||||
each(users, (user) => {
|
||||
// console.log(user)
|
||||
if (user.relationship) {
|
||||
set(state.relationships, user.relationship.id, user.relationship)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue