This commit is contained in:
qsh
2024-10-08 18:08:22 +08:00
parent a8ea0e4b26
commit 41c20623d4
6 changed files with 167 additions and 24 deletions

View File

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