临时停车缴费支付成功之后重新查询停车费

This commit is contained in:
赵毅 2025-09-09 11:34:41 +08:00
parent 9a51c9b3a4
commit f7d53e5b4b

View File

@ -397,7 +397,7 @@ export default {
order_id: resVal.order_id, order_id: resVal.order_id,
} }
request(apiArr.tempParkingOrderQuery, "POST", params).then(res => { request(apiArr.tempParkingOrderQuery, "POST", params).then(res => {
this.boxshadow1 = true this.selectCost()
}) })
}, },