mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-09 08:36:36 +00:00
Fixed: Account Push
This commit is contained in:
parent
cdbee9649b
commit
49cea9616a
@ -297,8 +297,8 @@ export default {
|
||||
can: () => {
|
||||
return vm.$hasPerm('accounts.add_account') && !this.$store.getters.currentOrgIsRoot
|
||||
},
|
||||
callback: async() => {
|
||||
await this.getAssetDetail()
|
||||
callback: () => {
|
||||
// await this.getAssetDetail()
|
||||
setTimeout(() => {
|
||||
vm.iAsset = this.asset
|
||||
vm.account = {}
|
||||
|
Loading…
Reference in New Issue
Block a user