更新 'src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue'

main
zhongjin 1 year ago
parent 5ae8e8a451
commit 757d3762fc

@ -339,9 +339,9 @@ export default {
.request({
method: 'PUT',
data: {
lastName: this.employee.lastName === ''
? 'a'
: 'b',
lastName: this.employee.lastName.length > 0
? this.employee.lastName
: ' ',
firstName: this.employee.firstName,
middleName: this.employee.middleName,
employeeId: this.employee.employeeId,

Loading…
Cancel
Save