heyujie
2021-09-24 84ad5590bafc58e17ebcf7ebdce2cd70c0c22ea9
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() {