linwe
2024-08-08 3c738f4fe2762bba8087e5a22fc0dc06560eab0e
pages/statistics/index.vue
@@ -330,17 +330,17 @@
         if (roleName == "网格员") {
            this.tabList = getTabbarList(3);
            // this.tabbarIndex = 1;
            this.tabbarIndex = 2;
            this.tabbarIndex = 3;
         }
         if (roleName == "民警") {
            this.tabList = getTabbarList(2);
            // this.tabbarIndex = 1;
            this.tabbarIndex = 2;
            this.tabbarIndex = 3;
         }
         if (roleName == "系统管理员") {
            this.tabList = getTabbarList(4);
            // this.tabbarIndex = 1;
            this.tabbarIndex = 2;
            this.tabbarIndex = 3;
         }
         this.refreshData();
      },