ZZJ
2021-09-27 8b31ebab2fd3bb4397f4966767a1ed7ddef3ff2c
src/pages/settings/views/clusterManagement.vue
@@ -89,7 +89,7 @@
          :class="activePage == i ? 'menu-item-active' : ''"
          v-for="(item, i) in tabList"
          :key="i"
          @click="openRight(item, i)"
          @click="openRight(i)"
        >
          {{ item }}
        </div>
@@ -405,7 +405,7 @@
        this.stopSearch();
      }, 10 * 1000);
    },
    openRight(item, i) {
    openRight( i) {
      this.activePage = i;
    },
    async stopSearch() {