@ -4036,12 +4036,10 @@
}
const result = {
list: dataSource,
data: dataSource,
pagination: {
total: dataSource.length,
pageSize,
current: parseInt(params.currentPage, 10) || 1,
},
};
return res.json(result);