chore: worker downloading tooltip

This commit is contained in:
jialin
2025-03-25 12:33:29 +08:00
parent 626e29a001
commit b25644c590
14 changed files with 299 additions and 77 deletions
+2 -1
View File
@@ -33,7 +33,7 @@ export default function useTableFetch<ListItem>(options: {
loadend: false,
total: 0
});
const [queryParams, setQueryParams] = useState({
const [queryParams, setQueryParams] = useState<any>({
page: 1,
perPage: 10,
search: ''
@@ -191,6 +191,7 @@ export default function useTableFetch<ListItem>(options: {
sortOrder,
queryParams,
modalRef,
setQueryParams,
handleDelete,
handleDeleteBatch,
fetchData,