This commit is contained in:
2023-08-09 16:44:10 +08:00
parent 2cdb072ab8
commit ba59394115
100 changed files with 8965 additions and 307 deletions

View File

@@ -40,9 +40,9 @@ export default {
});
},
getOffice(userId) {
getSignPlace(userId) {
return request({
url: '/system/employee/office/' + userId,
url: '/system/employee/signPlace/' + userId,
method: 'get'
});
}