This commit is contained in:
qsh
2024-06-13 15:51:11 +08:00
parent cff4280705
commit a3657f86ab
9 changed files with 237 additions and 381 deletions

View File

@@ -34,3 +34,7 @@ export const deleteClue = async (id) => {
export const getClueCount = async () => {
return await request.get({ url: '/admin-api/crm/sch-clue/get-clue-num' })
}
export const getOpearateRecord = async (params) => {
return await request.get({ url: '/admin-api/crm/clue-operate-record/list', params })
}