From 98442cd1f4688164ffab68eb9d9227088fd56d23 Mon Sep 17 00:00:00 2001 From: yaojn Date: Sat, 19 Apr 2025 12:15:51 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=96=B0=E5=A2=9E=E5=AE=9A=E6=97=B6=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=EF=BC=8C=E7=89=88=E6=9C=AC=E5=88=97=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=A8=A1=E5=9D=97id=E4=BD=9C=E4=B8=BA=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=9D=A1=E4=BB=B6=20=20=20=20-=20[=E5=85=B3=E8=81=94]?= =?UTF-8?q?#[1402809889554432]=E5=8F=91=E5=B8=83=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=9A=E6=97=B6=E4=BD=9C=E4=B8=9A=EF=BC=8C?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=97=E8=A1=A8=E6=96=B0=E5=A2=9E=E6=A8=A1?= =?UTF-8?q?=E5=9D=97id=E4=BD=9C=E4=B8=BA=E8=BF=87=E6=BB=A4=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=20http://192.168.0.96:8090/demo/rdm.html#/bug-detail/?= =?UTF-8?q?939050947543040/939050947543057/1402809889554432?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/deploy/schedule/components/params/pipeline.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/pages/deploy/schedule/components/params/pipeline.vue b/src/views/pages/deploy/schedule/components/params/pipeline.vue index 56d5363b6..cb5f50981 100644 --- a/src/views/pages/deploy/schedule/components/params/pipeline.vue +++ b/src/views/pages/deploy/schedule/components/params/pipeline.vue @@ -135,7 +135,8 @@ export default { return { dynamicUrl: '/api/rest/deploy/version/search', params: { - appSystemIdList: [jobTemplate.appSystemId] + appSystemIdList: [jobTemplate.appSystemId], + appModuleIdList: [jobTemplate.appModuleId] }, rootName: 'tbodyList', transfer: true, -- Gitee