From e71385f1d655cfdb4bd59571b722fac27c7c837c Mon Sep 17 00:00:00 2001 From: "gier.cai" Date: Mon, 18 Feb 2019 19:06:13 +0800 Subject: [PATCH] =?UTF-8?q?#18=20=E7=89=88=E6=9C=AC=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E9=80=89=E9=9B=86=E7=BE=A4=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/index_detail/version_manage/version_manage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pallas-console-web/src/pages/index_detail/version_manage/version_manage.vue b/pallas-console-web/src/pages/index_detail/version_manage/version_manage.vue index f1dc06c7..f8b0c71a 100644 --- a/pallas-console-web/src/pages/index_detail/version_manage/version_manage.vue +++ b/pallas-console-web/src/pages/index_detail/version_manage/version_manage.vue @@ -209,6 +209,7 @@ export default { this.versionGetInfo.versionId = row.id; }); this.$set(this.versionGetInfo, 'versionId', this.versionGetInfo.id); + this.$set(this.versionGetInfo, 'clusterId', this.clusters[0].id); if (this.isLogical) { this.$set(this.versionGetInfo, 'nodes', this.getLogicClusterNodesArray(this.versionGetInfo.allocationNodes)); } else { @@ -242,6 +243,7 @@ export default { this.versionGetInfo.versionId = row.id; }); this.$set(this.versionGetInfo, 'versionId', this.versionGetInfo.id); + this.$set(this.versionGetInfo, 'clusterId', this.clusters[0].id); if (this.isLogical) { this.$set(this.versionGetInfo, 'nodes', this.getLogicClusterNodesArray(this.versionGetInfo.allocationNodes)); } else {