Commit f844c1cd authored by chenqikuai's avatar chenqikuai

fix: 修复参数错误

parent ea3455a1
...@@ -265,7 +265,7 @@ const phone = ref(""); ...@@ -265,7 +265,7 @@ const phone = ref("");
const toCall = () => { const toCall = () => {
authCheck(async () => { authCheck(async () => {
const ret = await UserService.getInstance().contact_custom_service({ const ret = await UserService.getInstance().contact_custom_service({
outLetID: props.outlet_id as number, outLetID: props.outlet_posId,
}); });
if (ret.code === 200) { if (ret.code === 200) {
phone.value = ret.data.phone; phone.value = ret.data.phone;
......
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