|
|
@@ -688,9 +688,9 @@ export const queryGeographyRecord = (data) => {
|
|
|
|
|
|
|
|
|
// 电销管理人
|
|
|
-export const findDxUserList = () => {
|
|
|
+export const findDxUserList = (type) => {
|
|
|
return axios({
|
|
|
- url: '/user/findDxUserList',
|
|
|
+ url: '/user/findDxUserList?type='+type,
|
|
|
method: 'get',
|
|
|
})
|
|
|
}
|