This commit is contained in:
shijingjing
2022-07-28 16:42:36 +08:00
parent dddb7c0fe7
commit 79e45c3df3

View File

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