chore: 手机端适配

This commit is contained in:
xiaojunnuo
2026-01-13 00:30:30 +08:00
parent 235972f3da
commit d338a9639a
6 changed files with 137 additions and 71 deletions
@@ -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;
}