forked from qiushanhe/dm-manage-web
提交
This commit is contained in:
@@ -38,5 +38,12 @@ export default {
|
||||
url: '/system/employee/getEmployees',
|
||||
method: 'get'
|
||||
});
|
||||
},
|
||||
|
||||
getOffice(userId) {
|
||||
return request({
|
||||
url: '/system/employee/office/' + userId,
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user