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(); },