更新 'src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue'
This commit is contained in:
parent
e80789568c
commit
a8a3caa2e8
@ -339,9 +339,9 @@ export default {
|
||||
.request({
|
||||
method: 'PUT',
|
||||
data: {
|
||||
lastName: this.employee.lastName = ''
|
||||
? ' '
|
||||
: this.employee.lastName,
|
||||
lastName: this.employee.lastName != ''
|
||||
? this.employee.lastName
|
||||
: " ",
|
||||
firstName: this.employee.firstName,
|
||||
middleName: this.employee.middleName,
|
||||
employeeId: this.employee.employeeId,
|
||||
|
Loading…
Reference in New Issue
Block a user