zy 2025-05-11 20:39:05 +08:00
commit bb2e4d420b
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()
// //