|
@@ -12,7 +12,7 @@ export function staffListUser(query) {
|
|
|
|
|
|
|
|
export function myStaffListUser(query) {
|
|
export function myStaffListUser(query) {
|
|
|
return request({
|
|
return request({
|
|
|
- url: '/qw/user/myStaffListUser',
|
|
|
|
|
|
|
+ url: '/qw/user/myStaffList',
|
|
|
method: 'get',
|
|
method: 'get',
|
|
|
params: query
|
|
params: query
|
|
|
})
|
|
})
|