mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
chore:
This commit is contained in:
@@ -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