From e21729f13b4b533025b8e30ec451cc857fd48407 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Jul 2022 16:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=86=E6=AE=B5=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 45c76b79..98912568 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -213,11 +213,11 @@ export default { }, // 切换分段器 changeSubA(index) { - this.subIndex = index; + this.subIndexA = index; this.getStatistics(); }, changeSubB(index) { - this.subIndex = index; + this.subIndexB = index; this.getStatistics(); }, // 获取数据 @@ -226,7 +226,7 @@ export default { .post(`/app/appmasssendingtask/detailStatistics`, null, { params: { type: this.tabIndex, - sendStatus: this.tabIndex==0? this.subIndexA: this.subIndexB, + sendStatus: this.tabIndex==0? this.subIndexA : this.subIndexB, taskId: this.id, current: this.current, },