|
|
|
@ -428,7 +428,7 @@ |
|
|
|
// lastYearData.passengerCount * 100; |
|
|
|
// lastYearData.passengerCount * 100; |
|
|
|
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsMom = calcMom(obj.operatingShifts,yesterdayData.operatingShifts) |
|
|
|
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsMom = calcMom(obj.operatingShifts,yesterdayData.operatingShifts) |
|
|
|
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsYoy = calcMom(obj.operatingShifts,res.data.lastYearData.operatingShifts) |
|
|
|
this.form.bizBusDataDetailVOList[landNameIndex].operatingShiftsYoy = calcMom(obj.operatingShifts,res.data.lastYearData.operatingShifts) |
|
|
|
console.log('环比同比', this.form.bizBusDataDetailVOList[landNameIndex]) |
|
|
|
this.$forceUpdate(); |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
//id查询详情 |
|
|
|
//id查询详情 |
|
|
|
|