Parcourir la source

统计图表导航

zhongxiaoyu il y a 2 ans
Parent
commit
967dfc33d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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