subIndex
This commit is contained in:
@@ -124,7 +124,6 @@ export default {
|
||||
tabIndex: 0,
|
||||
pieEcharts: null,
|
||||
subIndex: 0,
|
||||
// subIndexB: 0,
|
||||
tableData: [],
|
||||
createTime: "",
|
||||
id: "",
|
||||
@@ -139,11 +138,6 @@ export default {
|
||||
{ name: "已执行" },
|
||||
{ name: "无法执行" },
|
||||
],
|
||||
// subsectionB: [
|
||||
// { name: "未送达" },
|
||||
// { name: "已送达" },
|
||||
// { name: "无法送达" },
|
||||
// ]
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -226,13 +220,9 @@ export default {
|
||||
},
|
||||
// 切换分段器
|
||||
changeSub(index) {
|
||||
this.subIndexA = index;
|
||||
this.subIndex = index;
|
||||
this.getStatistics();
|
||||
},
|
||||
// changeSubB(index) {
|
||||
// this.subIndexB = index;
|
||||
// this.getStatistics();
|
||||
// },
|
||||
// 获取数据
|
||||
getStatistics() {
|
||||
this.$http
|
||||
|
||||
Reference in New Issue
Block a user