修改获取的客户信息为自己的客户信息

pull/781/head
苑坤 2025-05-11 19:13:21 +08:00
parent f6c7154f1f
commit 599fd583cc
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ const open = async (type: string, id?: number, customerId?: number, businessId?:
// //
contactList.value = await ContactApi.getSimpleContactList() contactList.value = await ContactApi.getSimpleContactList()
// //
customerList.value = await CustomerApi.getCustomerSimpleList() customerList.value = await CustomerApi.getSelfCustomerSimpleList()
// //
areaList.value = await AreaApi.getAreaTree() areaList.value = await AreaApi.getAreaTree()
// //