|
|
@@ -141,9 +141,10 @@ export default {
|
|
|
if (this.$util.isEmpty(res.data)){
|
|
|
return false;
|
|
|
}
|
|
|
- this.tabs[0].value = res.data.totalUser || 0;
|
|
|
- this.tabs[1].value = res.data.totalUser || 0;
|
|
|
- this.tabs[2].value = res.data.mayGatheringNum || 0;
|
|
|
+ this.tabs[this.tabIndex].value = res.data.totalNum || 0;
|
|
|
+ // this.tabs[0].value = res.data.totalUser || 0;
|
|
|
+ // this.tabs[1].value = res.data.totalUser || 0;
|
|
|
+ // this.tabs[2].value = res.data.mayGatheringNum || 0;
|
|
|
});
|
|
|
},
|
|
|
change(e) {
|