Skip to content

Commit

Permalink
fix(frontend): redis变更自定义方案规格问题修复 TencentBlueKing#7867
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 23423
  • Loading branch information
jinquantianxia committed Nov 12, 2024
1 parent b209ad6 commit 9f8d307
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</DbFormItem>
<DbFormItem
Expand Down Expand Up @@ -73,6 +73,8 @@
import SpecSelector from '@views/db-manage/common/apply-items/SpecSelector.vue';
import { specClusterMachineMap } from '../const';
interface Props {
clusterInfo: {
clusterType: string;
Expand Down

0 comments on commit 9f8d307

Please sign in to comment.