Commit 1cab225d authored by youjie's avatar youjie

no message

parent c19b8db3
...@@ -47,7 +47,7 @@ export default defineComponent({ ...@@ -47,7 +47,7 @@ export default defineComponent({
const data = reactive({}) const data = reactive({})
const methods = {} const methods = {}
onMounted(()=>{ onMounted(()=>{
console.log(currentRouter.currentRoute.value.params.OrderId,'====')
}) })
return {...toRefs(data),...methods,search} return {...toRefs(data),...methods,search}
} }
......
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