ZZJ
2021-09-26 1a5cd8c7fde9c7f7218742ea962d30d9a9820155
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() {