|
|
@@ -50,7 +50,7 @@ export function selectLabel(data) {
|
|
|
// 业务员
|
|
|
export function salerList(data) {
|
|
|
return http.request({
|
|
|
- url: '/blade-user/salerList',
|
|
|
+ url: '/blade-user/deptUserList',
|
|
|
method: 'GET',
|
|
|
data
|
|
|
})
|
|
|
@@ -98,4 +98,4 @@ export function generateQrCode(data) {
|
|
|
method: 'GET',
|
|
|
data
|
|
|
})
|
|
|
-}
|
|
|
+}
|