|
|
@ -29,7 +29,7 @@ |
|
|
const abpStore = useAbpStoreWithOut(); |
|
|
const abpStore = useAbpStoreWithOut(); |
|
|
|
|
|
|
|
|
onMounted(() => { |
|
|
onMounted(() => { |
|
|
if (abpStore.getApplication.currentTenant.isAvailable) { |
|
|
if (abpStore.getApplication.currentTenant.id) { |
|
|
settingFormRef.value = { |
|
|
settingFormRef.value = { |
|
|
providerName: 'T', |
|
|
providerName: 'T', |
|
|
providerKey: abpStore.getApplication.currentTenant.id, |
|
|
providerKey: abpStore.getApplication.currentTenant.id, |
|
|
|