Skip to content

Commit

Permalink
fix(frontend): redis部署规格列表修复 TencentBlueKing#7886
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23498
  • Loading branch information
jinquantianxia committed Nov 11, 2024
1 parent c7f40b3 commit 05a2b6a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]" />
</BkFormItem>
<BkFormItem
:label="t('访问端口')"
Expand Down Expand Up @@ -395,6 +395,8 @@
import { generateId } from '@utils';
import { specClusterMachineMap } from '../common/const';
import { redisClusterTypes, redisIpSources } from './common/const';
import BackendQPSSpec from './components/backend-spec/Index.vue';
import RecommendArchitectrue from './components/recommend-architectrue/Index.vue';
Expand Down

0 comments on commit 05a2b6a

Please sign in to comment.