mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
perf: 资产详情添加账号后关闭弹窗
This commit is contained in:
@@ -66,7 +66,7 @@ export default {
|
||||
this.accounts.splice(i, 1)
|
||||
}
|
||||
this.accounts.push(account)
|
||||
// this.iVisible = false
|
||||
this.iVisible = false
|
||||
},
|
||||
editAccount(form) {
|
||||
const i = this.accounts.findIndex(item => item.username === this.account.username)
|
||||
|
||||
Reference in New Issue
Block a user