From 2e6e8ecf4299e51abcd7e5f820202b44387d32b1 Mon Sep 17 00:00:00 2001 From: yaojn Date: Thu, 17 Apr 2025 18:27:16 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A-=E6=B7=BB=E5=8A=A0=E8=B6=85=E7=BA=A7?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E5=AE=9A=E6=97=B6=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=EF=BC=8C=E5=AE=8C=E6=88=90=E9=85=8D=E7=BD=AE=E5=90=8E=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=BC=82=E5=B8=B8=20=20=20=20-=20[=E5=85=B3=E8=81=94]?= =?UTF-8?q?#[1401516676579328]=E5=AE=9A=E6=97=B6=E4=BD=9C=E4=B8=9A-?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B6=85=E7=BA=A7=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BD=9C=E4=B8=9A=EF=BC=8C=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=90=8E=E4=BF=9D=E5=AD=98=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=20http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947?= =?UTF-8?q?543040/939050947543057/1401516676579328?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/deploy/schedule/components/params/pipeline.vue | 2 +- 1 file changed, 1 insertion(+), 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 94c64860..56d5363b 100644 --- a/src/views/pages/deploy/schedule/components/params/pipeline.vue +++ b/src/views/pages/deploy/schedule/components/params/pipeline.vue @@ -119,8 +119,8 @@ export default { } }, getSelectedAppSystemModuleVersion(indexList, itemList) { - this.jobData.appSystemModuleVersionList = []; if (itemList && itemList.length > 0) { + this.jobData.appSystemModuleVersionList = []; itemList.forEach(item => { this.jobData.appSystemModuleVersionList.push({ appSystemId: item.appSystemId, -- Gitee