Skip to content

Commit

Permalink
fix(frontend): redis部署规格列表修复 #7886
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23499
  • Loading branch information
jinquantianxia authored and iSecloud committed Nov 11, 2024
1 parent 749e9e8 commit 7b36f8e
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 7b36f8e

Please sign in to comment.