瀏覽代碼

统计图表导航

zhongxiaoyu 2 年之前
父節點
當前提交
967dfc33d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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