From 9f8d307ff0a2f875f60b7dea34f2f9fc4416049e Mon Sep 17 00:00:00 2001 From: Austin <1344583166@qq.com> Date: Mon, 11 Nov 2024 14:22:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20redis=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=96=B9=E6=A1=88=E8=A7=84=E6=A0=BC?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=20#7867=20#=20Reviewed,=20?= =?UTF-8?q?transaction=20id:=2023423?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../redis/common/cluster-deploy-plan/CustomSchema.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dbm-ui/frontend/src/views/db-manage/redis/common/cluster-deploy-plan/CustomSchema.vue b/dbm-ui/frontend/src/views/db-manage/redis/common/cluster-deploy-plan/CustomSchema.vue index 0174ad0058..083277e8c4 100644 --- a/dbm-ui/frontend/src/views/db-manage/redis/common/cluster-deploy-plan/CustomSchema.vue +++ b/dbm-ui/frontend/src/views/db-manage/redis/common/cluster-deploy-plan/CustomSchema.vue @@ -9,8 +9,8 @@ v-model="modelValue.specId" :biz-id="clusterInfo.bizId" :cloud-id="clusterInfo.cloudId" - :cluster-type="clusterInfo.clusterType" - :machine-type="clusterInfo.machineType" + cluster-type="redis" + :machine-type="specClusterMachineMap[clusterInfo.clusterType]" style="width: 314px" />