mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
perf: display newly invited users at the top of the list
This commit is contained in:
parent
50b7f54652
commit
f491c57c34
@ -86,6 +86,7 @@ export default {
|
||||
this.setting.InviteDialogVisible = false
|
||||
this.$emit('close', res)
|
||||
this.$store.dispatch('users/currentUserJoinNewOrg', res.users)
|
||||
this.$router.push({ name: 'UserList', query: { order: '-date_updated' }})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user