详情
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
// 获取数据
|
// 获取数据
|
||||||
|
|||||||
Reference in New Issue
Block a user