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: () => { can: () => {
return vm.$hasPerm('accounts.add_account') && !this.$store.getters.currentOrgIsRoot return vm.$hasPerm('accounts.add_account') && !this.$store.getters.currentOrgIsRoot
}, },
callback: async() => { callback: () => {
await this.getAssetDetail() // await this.getAssetDetail()
setTimeout(() => { setTimeout(() => {
vm.iAsset = this.asset vm.iAsset = this.asset
vm.account = {} vm.account = {}