perf: 资产详情添加账号后关闭弹窗

This commit is contained in:
“huailei000”
2023-06-13 15:39:21 +08:00
committed by huailei
parent e487ee24af
commit b65a007d37

View File

@@ -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)