Compare commits

..

2 Commits

Author SHA1 Message Date
francis_fh
782242beec Merge branch 'main' of http://124.243.245.42:3000/sdz/ks-app-employment-service 2026-01-14 00:01:29 +08:00
francis_fh
0f374530a1 111 2026-01-14 00:01:27 +08:00

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) {