From 49cea9616a33e8c9559b784446860cd149fe0af7 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Mon, 10 Mar 2025 18:33:24 +0800 Subject: [PATCH] Fixed: Account Push --- src/components/Apps/AccountListTable/AccountList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Apps/AccountListTable/AccountList.vue b/src/components/Apps/AccountListTable/AccountList.vue index afcc726a5..3f18b0271 100644 --- a/src/components/Apps/AccountListTable/AccountList.vue +++ b/src/components/Apps/AccountListTable/AccountList.vue @@ -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 = {}