提交
This commit is contained in:
@@ -40,9 +40,9 @@ export default {
|
||||
});
|
||||
},
|
||||
|
||||
getOffice(userId) {
|
||||
getSignPlace(userId) {
|
||||
return request({
|
||||
url: '/system/employee/office/' + userId,
|
||||
url: '/system/employee/signPlace/' + userId,
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user