From e38df289d7e9c73b716e0589ba402d22bcdecd10 Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 20 Sep 2023 18:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bus/busDataInfo/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bus/busDataInfo/form.vue b/pages/bus/busDataInfo/form.vue index 49be0f3..a5a275d 100644 --- a/pages/bus/busDataInfo/form.vue +++ b/pages/bus/busDataInfo/form.vue @@ -418,7 +418,7 @@ // passengerCount // this.form.bizBusDataDetailVOList[landNameIndex].passengerCountMom = calcMom(checkNotEmpty(obj.passengerCount) ? obj.passengerCount * 10000 : obj.passengerCount,checkNotEmpty(yesterdayData.passengerCount) ? yesterdayData.passengerCount * 10000 : yesterdayData.passengerCount) - this.form.bizBusDataDetailVOList[landNameIndex].passengerCountMom = calcMom(obj.passengerCount,res.data.lastYearData.passengerCount) + this.form.bizBusDataDetailVOList[landNameIndex].passengerCountMom = calcMom(obj.passengerCount,res.data.yesterdayData.passengerCount) // !checkNotEmpty(obj // .passengerCount) ? '' : !checkNotEmpty(yesterdayData.passengerCount) ? '' : yesterdayData // .passengerCount === 0 && parseInt(obj.passengerCount) === 0 ? 0 : yesterdayData.passengerCount === 0 &&