mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 历史记录查看详情,可以切换到对应的历史记录日志上去
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user