切换分段器
This commit is contained in:
@@ -213,11 +213,11 @@ export default {
|
|||||||
},
|
},
|
||||||
// 切换分段器
|
// 切换分段器
|
||||||
changeSubA(index) {
|
changeSubA(index) {
|
||||||
this.subIndex = index;
|
this.subIndexA = index;
|
||||||
this.getStatistics();
|
this.getStatistics();
|
||||||
},
|
},
|
||||||
changeSubB(index) {
|
changeSubB(index) {
|
||||||
this.subIndex = index;
|
this.subIndexB = index;
|
||||||
this.getStatistics();
|
this.getStatistics();
|
||||||
},
|
},
|
||||||
// 获取数据
|
// 获取数据
|
||||||
@@ -226,7 +226,7 @@ export default {
|
|||||||
.post(`/app/appmasssendingtask/detailStatistics`, null, {
|
.post(`/app/appmasssendingtask/detailStatistics`, null, {
|
||||||
params: {
|
params: {
|
||||||
type: this.tabIndex,
|
type: this.tabIndex,
|
||||||
sendStatus: this.tabIndex==0? this.subIndexA: this.subIndexB,
|
sendStatus: this.tabIndex==0? this.subIndexA : this.subIndexB,
|
||||||
taskId: this.id,
|
taskId: this.id,
|
||||||
current: this.current,
|
current: this.current,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user