Commit fc89c9b2 authored by youjie's avatar youjie

no message

parent 463964f4
...@@ -212,7 +212,7 @@ export default defineComponent({ ...@@ -212,7 +212,7 @@ export default defineComponent({
{ Name: t('hotel.car.group'), ID: 2 } { Name: t('hotel.car.group'), ID: 2 }
] ]
}) })
data.orderId = currentRouter.currentRoute.value.params.orderId data.orderId = currentRouter.value.params.orderId
if (data.orderId == 0) { if (data.orderId == 0) {
history.back() history.back()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment