fix: set loadingWatch state when the loading begins

This commit is contained in:
jialin
2026-01-16 11:37:47 +08:00
parent 9de4054851
commit 3e359a69c7
5 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export function useUpdateChunkedList(options: {
}, 200);
};
const updateChunkedList = (data: ChunkedCollection) => {
console.log('updateChunkedList data:', data);
// console.log('updateChunkedList data:', data);
let collections = data?.collection || [];
if (options?.computedID) {
collections = collections?.map((item: any) => {