Commit 363763e2 authored by chenqikuai's avatar chenqikuai

fix

parent cfdc6467
...@@ -173,7 +173,8 @@ export default defineComponent({ ...@@ -173,7 +173,8 @@ export default defineComponent({
return; return;
} }
} else { } else {
const ret = await getMsgFromAddress([target])
const ret = await getMsgFromAddress([route.query.targetId as string])
callPhone.value = ret[0].phone; callPhone.value = ret[0].phone;
} }
showCall.value = true; showCall.value = true;
......
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