From baab3150054b2813d68d65505cacba8e5fe9b348 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Thu, 28 Jul 2022 15:37:02 +0800
Subject: [PATCH] 30664
---
.../cooperationDetail.vue | 67 +++++++------------
1 file changed, 26 insertions(+), 41 deletions(-)
diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue
index 1566d5c9..45c76b79 100644
--- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue
+++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue
@@ -66,12 +66,20 @@
-
+
+
+
+
+
{
- // if(newVal == 0) {
- // this.subsection = [
- // { name: "未执行" },
- // { name: "已执行" },
- // { name: "无法执行" },
- // ]
- // } else {
- // this.subsection = [
- // { name: "未送达" },
- // { name: "已送达" },
- // { name: "无法送达" },
- // ]
- // }
- // }
- // }
- // },
onLoad(o) {
this.id = o.id;
this.createTime = o.time;
@@ -231,7 +212,11 @@ export default {
}
},
// 切换分段器
- changeSub(index) {
+ changeSubA(index) {
+ this.subIndex = index;
+ this.getStatistics();
+ },
+ changeSubB(index) {
this.subIndex = index;
this.getStatistics();
},
@@ -241,7 +226,7 @@ export default {
.post(`/app/appmasssendingtask/detailStatistics`, null, {
params: {
type: this.tabIndex,
- sendStatus: this.subIndex,
+ sendStatus: this.tabIndex==0? this.subIndexA: this.subIndexB,
taskId: this.id,
current: this.current,
},