mirror of
https://github.com/certd/certd.git
synced 2026-04-15 13:32:37 +08:00
chore:
This commit is contained in:
@@ -72,6 +72,9 @@ export class HistoryController extends CrudController<HistoryService> {
|
||||
sort: body.sort,
|
||||
buildQuery,
|
||||
});
|
||||
|
||||
|
||||
|
||||
return this.ok(res);
|
||||
}
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ export class HistoryService extends BaseService<HistoryEntity> {
|
||||
const res = await super.page(pageReq);
|
||||
for (const item of res.records) {
|
||||
item.fillPipelineTitle();
|
||||
delete item.pipeline;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user