1
0
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:
zhaojisen 2025-03-10 18:33:24 +08:00 committed by ZhaoJiSen
parent cdbee9649b
commit 49cea9616a

View File

@ -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 = {}