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