mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
fix: 修复历史记录不能按名称查询的bug
This commit is contained in:
@@ -47,6 +47,7 @@ export class HistoryController extends CrudController<HistoryService> {
|
||||
|
||||
let pipelineIds: any = null;
|
||||
const pipelineTitle = body.query?.pipelineTitle;
|
||||
delete body.query.pipelineTitle;
|
||||
if (pipelineTitle) {
|
||||
const pipelines = await this.pipelineService.list({
|
||||
query: pipelineQuery,
|
||||
|
||||
Reference in New Issue
Block a user