Explorar o código

统计图表导航

zhongxiaoyu %!s(int64=2) %!d(string=hai) anos
pai
achega
967dfc33d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/statisticsCharts/components/statisticsTabs.vue

+ 1 - 1
src/views/statisticsCharts/components/statisticsTabs.vue

@@ -229,7 +229,7 @@ export default {
     '$route.path': {
       handler(path) {
         let activeIndex = null
-        this.tabList.some((tab, index) => {
+        this.newTabList.some((tab, index) => {
           if (path.includes(tab.path)) {
             activeIndex = index
             return true