This commit is contained in:
qsh
2024-06-18 15:16:04 +08:00
parent 1c37dbc5f8
commit e3c85cbaae
13 changed files with 801 additions and 164 deletions

View File

@@ -49,3 +49,8 @@ export const getOpearateRecord = async (params) => {
export const getPublicClue = async (data) => {
return await request.put({ url: '/admin-api/crm/sch-clue/public/save', data })
}
// 获得线索跟进用户信息
export const getFollowUserList = async (params) => {
return await request.get({ url: '/admin-api/crm/sch-clue/get-follow-user', params })
}