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

main
zhongjin 1 year ago
parent c5e574e6db
commit 5ae8e8a451

@ -339,9 +339,9 @@ export default {
.request({ .request({
method: 'PUT', method: 'PUT',
data: { data: {
lastName: this.employee.lastName lastName: this.employee.lastName === ''
? this.employee.lastName ? 'a'
: '.', : 'b',
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…
Cancel
Save