@ -90,11 +90,14 @@
methods: {
//点击tab切换
clickBar(index) {
this.getWorkerCounts()
for (let i = 0; i < this.tabList.length; i++) {
if (index == i) {
this.$emit('tab-index', i);
if(index == 2) return
if(index != 0){
}
this.tabList[i].isCheck = true
if (this.tabList[i].shaking) return