task#,接口更换

This commit is contained in:
2024-12-30 16:50:50 +08:00
parent 009bd0b5ac
commit 99789abddc

View File

@ -1081,7 +1081,8 @@ export default {
{label: '满意度得分 ', prop: 'driverSatisfaction'}, {label: '满意度得分 ', prop: 'driverSatisfaction'},
] ]
this.loading = false; this.loading = false;
}else if ([4,5].includes(this.active)) { }
/* else if ([4,5].includes(this.active)) {
let res = await getDriverStatisticsKpi({ let res = await getDriverStatisticsKpi({
startTime: this.startTime , startTime: this.startTime ,
endTime: this.endTime, endTime: this.endTime,
@ -1117,7 +1118,8 @@ export default {
this.total=0 this.total=0
} }
await this.twoTabHanldeData(); await this.twoTabHanldeData();
} else if ([ 4,5,6, 7, 8].includes(this.active)) { }*/
else if ([ 4,5,6, 7, 8].includes(this.active)) {
this.detailList = [] this.detailList = []
this.labelList = [] this.labelList = []
let result = await getKpiDetailsData({ let result = await getKpiDetailsData({