mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
chore: 手机端适配
This commit is contained in:
@@ -138,8 +138,10 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
}
|
||||
// @ts-ignore
|
||||
item.stepCount = stepCount;
|
||||
// @ts-ignore
|
||||
item.triggerCount = pipeline.triggers?.length;
|
||||
if(item.triggerCount == 0 ){
|
||||
item.triggerCount = pipeline.triggers?.length;
|
||||
}
|
||||
|
||||
delete item.content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user