fix: windows path style

This commit is contained in:
jialin
2025-03-27 12:17:52 +08:00
parent 861e95673d
commit 0d80269e2d
3 changed files with 171 additions and 92 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export default function useTableFetch<ListItem>(options: {
setSortOrder(sorter.order);
};
const handleSearch = (e: any) => {
const handleSearch = () => {
fetchData();
};