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" />