From 41a8afc825a45d8d21cd5a075109dc764c3935f8 Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Sat, 11 Dec 2021 09:31:34 +0800 Subject: [PATCH] aggregation gateway will changes the tenant available --- apps/vue/src/views/sys/settings/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vue/src/views/sys/settings/index.vue b/apps/vue/src/views/sys/settings/index.vue index 64135a254..bcc90c573 100644 --- a/apps/vue/src/views/sys/settings/index.vue +++ b/apps/vue/src/views/sys/settings/index.vue @@ -29,7 +29,7 @@ const abpStore = useAbpStoreWithOut(); onMounted(() => { - if (abpStore.getApplication.currentTenant.isAvailable) { + if (abpStore.getApplication.currentTenant.id) { settingFormRef.value = { providerName: 'T', providerKey: abpStore.getApplication.currentTenant.id,