From 11336cd9dfccc87bb0490a8df6ff35b722cd28ce Mon Sep 17 00:00:00 2001 From: 3octaves <873551943@qq.com> Date: Tue, 3 Sep 2024 14:53:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20redis=E4=B8=BB=E4=BB=8E?= =?UTF-8?q?=E5=85=A8=E6=96=B0=E9=83=A8=E7=BD=B2=E8=A1=A5=E5=85=85=E5=9F=8E?= =?UTF-8?q?=E5=B8=82=E5=92=8C=E4=BA=B2=E5=92=8C=E6=80=A7=20#6634?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/frontend/src/views/redis/apply-ha/Index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dbm-ui/frontend/src/views/redis/apply-ha/Index.vue b/dbm-ui/frontend/src/views/redis/apply-ha/Index.vue index bf11b43d7e..04e9de01d8 100644 --- a/dbm-ui/frontend/src/views/redis/apply-ha/Index.vue +++ b/dbm-ui/frontend/src/views/redis/apply-ha/Index.vue @@ -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) => ({