chore: add cancel query model

This commit is contained in:
jialin
2024-08-21 18:09:13 +08:00
parent ba1670e56d
commit abb87e71ed
23 changed files with 523 additions and 179 deletions
+1
View File
@@ -69,6 +69,7 @@ const Models: React.FC = () => {
} else {
setDataSource({
...dataSource,
loading: !!res.items.length,
total: res.pagination.total
});
}