fix: update allChildren after stop or start

This commit is contained in:
jialin
2025-05-28 14:41:35 +08:00
parent 034a54bf4b
commit f53fe042a9
7 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export default function useTableFetch<ListItem>(
const { setChunkRequest } = useSetChunkRequest();
const { updateChunkedList, cacheDataListRef } = useUpdateChunkedList({
events: ['UPDATE', 'DELETE'],
events: ['UPDATE', 'DELETE', 'INSERT'],
dataList: dataSource.dataList,
setDataList(list, opts?: any) {
setDataSource((pre) => {