This commit is contained in:
qsh
2024-06-13 10:47:12 +08:00
parent e35a32e985
commit cff4280705
4 changed files with 222 additions and 71 deletions

View File

@@ -2,7 +2,7 @@ import request from '@/config/axios'
// 查询(精简)列表
export const getSimpleSourceList = async () => {
return await request.get({ url: '/admin-api/crm/source/list-all-simple' })
return await request.get({ url: '/admin-api/crm/source/list' })
}
// 查询列表