This commit is contained in:
qsh
2024-10-10 16:49:57 +08:00
parent 2406bcb8e4
commit 9c7ba2fb87
5 changed files with 71 additions and 14 deletions

View File

@@ -2,3 +2,7 @@ import request from '@/config/axios'
export const getList = async (data) => {
return await request.post({ url: '/admin-api/crm/sch-clue/clueQuality/report', data })
}
export const getPeriodList = async (data) => {
return await request.post({ url: '/admin-api/crm/sch-clue/clueQuality/period/report', data })
}