perf: 历史记录查看详情,可以切换到对应的历史记录日志上去

This commit is contained in:
xiaojunnuo
2025-03-11 00:46:51 +08:00
parent efa9c748c5
commit 082802e119
3 changed files with 17 additions and 3 deletions
@@ -86,7 +86,7 @@ export class HistoryController extends CrudController<HistoryService> {
return this.ok([]);
}
const buildQuery = qb => {
qb.limit(10);
qb.limit(20);
};
const listRet = await this.getService().list({
query: body,