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,
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