This commit is contained in:
qsh
2024-09-26 17:36:29 +08:00
parent 5f63709c2f
commit 8de29b754a
4 changed files with 32 additions and 6 deletions

View File

@@ -6,8 +6,8 @@ export const getSimpleClueList = async () => {
}
// 查询列表
export const getCluePage = async (params) => {
return await request.get({ url: '/admin-api/crm/sch-clue/page', params })
export const getCluePage = async (data) => {
return await request.post({ url: '/admin-api/crm/sch-clue/page', data })
}
// 查询详情