修改获取的客户信息为自己的客户信息
parent
f6c7154f1f
commit
599fd583cc
|
|
@ -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()
|
||||||
// 获得用户列表
|
// 获得用户列表
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue