crm:完善数据权限的界面

(cherry picked from commit 5f26c4afe9)
This commit is contained in:
YunaiV
2023-11-30 13:42:49 +08:00
committed by shizhong
parent 008c125abc
commit 993cb4f216
15 changed files with 264 additions and 245 deletions

View File

@ -61,8 +61,7 @@ export const exportContact = async (params) => {
return await request.download({ url: `/crm/contact/export-excel`, params })
}
export const simpleAllList = async () => {
// 获得 CRM 联系人列表(精简)
export const getSimpleContactList = async () => {
return await request.get({ url: `/crm/contact/simple-all-list` })
}
//