Revert "fix(annotation): 统一分页参数配置"

This reverts commit 8bacf5be74.
This commit is contained in:
2026-01-19 10:54:03 +08:00
parent 8bacf5be74
commit 43cd3ba6c8
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ const TemplateList: React.FC = () => {
fetchData,
handleFiltersChange,
handleKeywordChange,
} = useFetchData(queryAnnotationTemplatesUsingGet);
} = useFetchData(queryAnnotationTemplatesUsingGet, undefined, undefined, undefined, undefined, 0);
const handleCreate = () => {
setFormMode("create");