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

This commit is contained in:
zhongjin 2023-05-09 23:09:19 +08:00
parent 43c214277f
commit e70744fa7d

View File

@ -339,7 +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,