mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: 账号详情激活
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
change: (val) => {
|
||||
this.$axios.patch(
|
||||
`/api/v1/accounts/accounts/${this.object.id}/`,
|
||||
{ is_active: val }
|
||||
{ is_active: val, name: this.object.name }
|
||||
).then(res => {
|
||||
this.$message.success(this.$tc('common.updateSuccessMsg'))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user