This commit is contained in:
francis_fh
2026-01-14 00:01:27 +08:00
parent 0d4e8990e5
commit 0f374530a1

View File

@@ -614,7 +614,7 @@ const isLoaded = ref(false);
const isInitialized = ref(false); // 添加初始化标志
const { columnCount, columnSpace } = useColumnCount(() => {
pageState.pageSize = 10 * (columnCount.value - 1);
pageState.pageSize = 10 * (columnCount.value - 1) + 10;
// 只在首次初始化时调用,避免重复调用
if (!isInitialized.value) {