Skip to content

Commit

Permalink
#18 版本复制无法选集群问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
gier.cai committed Feb 18, 2019
1 parent cb9d1a7 commit e71385f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit e71385f

Please sign in to comment.