Update edit-archive.vue
This commit is contained in:
parent
c8bc5b257a
commit
01b703e689
@ -134,6 +134,7 @@ async function addArchive() {
|
|||||||
mobile: account.value.mobile,
|
mobile: account.value.mobile,
|
||||||
miniAppId: account.value.openid,
|
miniAppId: account.value.openid,
|
||||||
externalUserId: externalUserId.value,
|
externalUserId: externalUserId.value,
|
||||||
|
realUnionid: account.value.unionid || '',
|
||||||
}
|
}
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
const res = await api('addCustomer', { params });
|
const res = await api('addCustomer', { params });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user