From 79e45c3df33477920bc417e273311f1c65955d0e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Jul 2022 16:42:36 +0800 Subject: [PATCH] subIndex --- .../AppCooperationPropaganda/cooperationDetail.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 51846d91..73f34061 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -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