Skip to content

Commit

Permalink
fix(frontend): redis主从全新部署补充城市和亲和性 TencentBlueKing#6634
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves committed Sep 3, 2024
1 parent dc2eb48 commit 11336cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dbm-ui/frontend/src/views/redis/apply-ha/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,11 @@
count: Math.ceil(machineCount.value),
spec_id: details.resource_spec!.spec_id,
...specRef.value!.getData(),
affinity: details.disaster_tolerance_level,
location_spec: {
city: details.city_code,
sub_zone_ids: [],
},
},
},
infos: details.infos!.map((infoItem) => ({
Expand Down

0 comments on commit 11336cd

Please sign in to comment.