This commit is contained in:
2023-05-09 23:01:12 +08:00
parent 054e739905
commit 60a2a27e61
4 changed files with 137 additions and 37 deletions

View File

@@ -38,5 +38,12 @@ export default {
url: '/system/employee/getEmployees',
method: 'get'
});
},
getOffice(userId) {
return request({
url: '/system/employee/office/' + userId,
method: 'get'
});
}
};