This commit is contained in:
shijingjing
2022-09-14 14:48:09 +08:00
parent 5fd22dfc3a
commit ba2820c201

View File

@@ -230,8 +230,13 @@ export default {
} }
}, },
// 切换分段器 // 切换分段器
changeSub(index) { // 切换分段器
this.subIndex = index; changeSub0(index) {
this.subIndex0 = index;
this.getStatistics();
},
changeSub1(index) {
this.subIndex1 = index;
this.getStatistics(); this.getStatistics();
}, },
// 获取数据 // 获取数据