From 5219ca9a3ff481f5917f7277f9a4f56b6f3286a8 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 4 Jul 2022 15:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E9=94=81=E5=B1=8F?= =?UTF-8?q?=E6=9C=AA=E5=85=B3=E9=97=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/apps/AppAccount/AppAccount.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/apps/AppAccount/AppAccount.vue b/core/apps/AppAccount/AppAccount.vue index 4a239a20..5ed271a9 100644 --- a/core/apps/AppAccount/AppAccount.vue +++ b/core/apps/AppAccount/AppAccount.vue @@ -243,7 +243,7 @@ export default { this.$message.success('同步成功') this.getList() } - }).finally(() => this.$hideLoading(loading)) + }).finally(() => loading.close()) }, syncDept() { let loading = this.$loading({ @@ -256,7 +256,7 @@ export default { this.$message.success('同步成功') this.getTree() } - }).finally(() => this.$hideLoading(loading)) + }).finally(() => loading.close()) } }, created() {