fix: cancel sorting

This commit is contained in:
jialin
2025-12-24 15:40:19 +08:00
parent a9b58a5564
commit b25189feea
16 changed files with 51 additions and 12 deletions
@@ -727,6 +727,7 @@ const Models: React.FC<ModelsProps> = ({
dataSource={dataSource}
rowSelection={rowSelection}
expandedRowKeys={expandedRowKeys}
showSorterTooltip={false}
onExpand={handleExpandChange}
onExpandAll={handleToggleExpandAll}
loading={loading}
+1
View File
@@ -327,6 +327,7 @@ const Models: React.FC = () => {
setQueryParams((pre: any) => {
return {
...pre,
page: 1,
sort_by: sortKeys.join(',')
};
});