mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-28 05:23:24 +08:00
refactor(tenant-toggle): 移除未使用的getPopupContainer属性
This commit is contained in:
@@ -10,7 +10,6 @@ import { useRoute } from 'vue-router';
|
|||||||
import { useAccess } from '@vben/access';
|
import { useAccess } from '@vben/access';
|
||||||
import { useTabs } from '@vben/hooks';
|
import { useTabs } from '@vben/hooks';
|
||||||
import { $t } from '@vben/locales';
|
import { $t } from '@vben/locales';
|
||||||
import { getPopupContainer } from '@vben/utils';
|
|
||||||
|
|
||||||
import { Select, Spin } from 'antdv-next';
|
import { Select, Spin } from 'antdv-next';
|
||||||
import { storeToRefs } from 'pinia';
|
import { storeToRefs } from 'pinia';
|
||||||
@@ -146,7 +145,6 @@ function filterOption(input: string, option: TenantOption) {
|
|||||||
:filter-option="filterOption"
|
:filter-option="filterOption"
|
||||||
:options="tenantList"
|
:options="tenantList"
|
||||||
:placeholder="$t('component.tenantToggle.placeholder')"
|
:placeholder="$t('component.tenantToggle.placeholder')"
|
||||||
:get-popup-container="getPopupContainer"
|
|
||||||
allow-clear
|
allow-clear
|
||||||
class="w-60"
|
class="w-60"
|
||||||
show-search
|
show-search
|
||||||
|
|||||||
Reference in New Issue
Block a user