Browse Source

业务员接口更改

liyuan 5 days ago
parent
commit
4e83853d2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      api/home/store.js

+ 2 - 2
api/home/store.js

@@ -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
 	})
@@ -90,4 +90,4 @@ export function remove(ids) {
 			ids
 		}
 	})
-}
+}