linwe
2024-07-29 9b476a2eb0dd47d941672f79cfc333b2fccf461f
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();
      },