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