This commit is contained in:
qsh
2024-10-08 16:31:21 +08:00
parent 8de29b754a
commit a8ea0e4b26
3 changed files with 135 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
import request from '@/config/axios'
// 线索情况
export const getList = async (data) => {
return await request.post({ url: '/admin-api/crm/sch-clue/signRate/report', data })
}