fix(bom): fix select infinite scroll by disabling teleport and returning correct total count

This commit is contained in:
DXC
2026-03-24 15:54:52 +08:00
parent f738b3b3af
commit 3017600a37

View File

@ -67,6 +67,7 @@
style="width: 100%"
:disabled="isEditMode"
class="beautified-select"
:teleported="false"
@visible-change="(visible: boolean) => handleVisibleChange(visible, 'parent')"
v-loadmore="loadMoreParent"
>
@ -147,6 +148,7 @@
:loading="selectLoading"
style="width: 100%"
:loading-text="`正在加载第 ${childQueryParams.page} 页...`"
:teleported="false"
@visible-change="(visible: boolean) => handleVisibleChange(visible, 'child', $index)"
v-loadmore="(el: HTMLElement) => loadMoreChild(el, $index)"
>