mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(feature)(supersonic-fe) add memory manage (#1291)
This commit is contained in:
@@ -177,6 +177,7 @@ const MemorySection = ({ agentId }: Props) => {
|
||||
const res = await getMemeoryList(agentId, filtersValue || filters, current || 1);
|
||||
setLoading(false);
|
||||
const { list, total } = res.data;
|
||||
setDataSource(list);
|
||||
return {
|
||||
data: list,
|
||||
total: total,
|
||||
|
||||
Reference in New Issue
Block a user