Skip to content

Commit

Permalink
fix(frontend): mongo副本集清档提交异常修复 #8518
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia committed Dec 10, 2024
1 parent 7d1d675 commit c740231
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<template #action>
<BkButton
class="w-88"
:disabled="totalNum === 0"
:loading="isSubmitting"
theme="primary"
@click="handleSubmit">
Expand Down Expand Up @@ -124,7 +123,7 @@

const isShardCluster = computed(() => clusterType.value === ClusterTypes.MONGO_SHARED_CLUSTER);

const totalNum = computed(() => tableData.value.filter((item) => Boolean(item.clusterName)).length);
// const totalNum = computed(() => tableData.value.filter((item) => Boolean(item.clusterName)).length);

// 集群域名是否已存在表格的映射表
let domainMemo: Record<string, boolean> = {};
Expand Down

0 comments on commit c740231

Please sign in to comment.