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

main
zhongjin 1 year ago
parent 247263a431
commit ef13883ab4

@ -339,9 +339,9 @@ export default {
.request({
method: 'PUT',
data: {
lastName: this.employee.lastName!=''
? this.employee.lastName
: " ",
lastName: this.employee.lastName != ''
? this.employee.smoker
: undefined,
firstName: this.employee.firstName,
middleName: this.employee.middleName,
employeeId: this.employee.employeeId,

Loading…
Cancel
Save