mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +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);
|
const res = await getMemeoryList(agentId, filtersValue || filters, current || 1);
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
const { list, total } = res.data;
|
const { list, total } = res.data;
|
||||||
|
setDataSource(list);
|
||||||
return {
|
return {
|
||||||
data: list,
|
data: list,
|
||||||
total: total,
|
total: total,
|
||||||
|
|||||||
Reference in New Issue
Block a user