เพิ่มฟิลด์ employeeClass
This commit is contained in:
parent
aa7dd54230
commit
a2d3e95641
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ export class ProfileEmployeeController extends Controller {
|
||||||
posTypeId: _data.posType == null ? null : _data.posType.id,
|
posTypeId: _data.posType == null ? null : _data.posType.id,
|
||||||
position: _data.position,
|
position: _data.position,
|
||||||
posNo: shortName,
|
posNo: shortName,
|
||||||
|
employeeClass: _data.employeeClass == null ? null : _data.employeeClass
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue