task#,接口更换
This commit is contained in:
@ -1081,7 +1081,8 @@ export default {
|
||||
{label: '满意度得分 ', prop: 'driverSatisfaction'},
|
||||
]
|
||||
this.loading = false;
|
||||
}else if ([4,5].includes(this.active)) {
|
||||
}
|
||||
/* else if ([4,5].includes(this.active)) {
|
||||
let res = await getDriverStatisticsKpi({
|
||||
startTime: this.startTime ,
|
||||
endTime: this.endTime,
|
||||
@ -1117,7 +1118,8 @@ export default {
|
||||
this.total=0
|
||||
}
|
||||
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.labelList = []
|
||||
let result = await getKpiDetailsData({
|
||||
|
Reference in New Issue
Block a user