From 05a2b6ac676e316f608e96957f777f6b16ea322f Mon Sep 17 00:00:00 2001 From: Austin <1344583166@qq.com> Date: Mon, 11 Nov 2024 18:58:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20redis=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=A7=84=E6=A0=BC=E5=88=97=E8=A1=A8=E4=BF=AE=E5=A4=8D=20#7886?= =?UTF-8?q?=20#=20Reviewed,=20transaction=20id:=2023498?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/views/db-manage/redis/apply/ApplyRedis.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dbm-ui/frontend/src/views/db-manage/redis/apply/ApplyRedis.vue b/dbm-ui/frontend/src/views/db-manage/redis/apply/ApplyRedis.vue index c757160820..9af6d7bc0d 100644 --- a/dbm-ui/frontend/src/views/db-manage/redis/apply/ApplyRedis.vue +++ b/dbm-ui/frontend/src/views/db-manage/redis/apply/ApplyRedis.vue @@ -301,8 +301,8 @@ v-model="state.formdata.details.resource_spec.backend_group" :biz-id="state.formdata.bk_biz_id" :cloud-id="state.formdata.details.bk_cloud_id" - :cluster-type="typeInfos.cluster_type" - :machine-type="typeInfos.machine_type" /> + :cluster-type="DBTypes.REDIS" + :machine-type="specClusterMachineMap[typeInfos.cluster_type]" />