Merge pull request #3179 from jumpserver/pr@dev@user_add

perf: 用户组添加 user 显示优化
This commit is contained in:
feng626
2023-06-09 18:53:42 +08:00
committed by GitHub

View File

@@ -49,6 +49,7 @@ export default {
this.$axios.post(
`/api/v1/users/groups/${this.object.id}/add-all-users/`,
).then(res => {
this.$message.success(this.$tc('common.AddSuccessMsg'))
window.location.reload()
})
}
@@ -133,6 +134,7 @@ export default {
}
})
this.$axios.post(relationUrl, data)
this.$message.success(this.$tc('common.AddSuccessMsg'))
window.location.reload()
}
}