fixed 组织流水线中多仓库隔离,分页

This commit is contained in:
2025-04-21 15:14:20 +08:00
parent a53f2e0eb9
commit 44396e444b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
json.status 0
json.message "success"
json.count @pipelines.total_count
json.pipelines @pipelines.each do |pipeline|
json.extract! pipeline, :id, :pipeline_name, :pipeline_status, :description, :file_name, :is_graphic_design,